A
A
AlexCruel2021-04-15 09:00:20
1C
AlexCruel, 2021-04-15 09:00:20

How to create a button / text field for selecting a 1C group?

It is necessary to specify the path to the group (folder) not by program-manual input in the configurator, but on the form of the 1C module. That is, by pressing a button, etc. in 1C, a window for selecting an item group opens, for example.
Tell me how to do it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Nagibovich, 2021-04-15
@nki

Alternatively, make a form that displays the group hierarchy (without elements) and call it for selection.

K
Konstantin, 2021-04-15
@fosihas

i How to open the form of the list (element) of the directory?
Form = Directories.Nomenclature.GetListForm();
Form.Open();
Form = Directories.Additional Information Storage.GetForm("File and ImageList Form");
Form.Open();
Element = Directories.Nomenclature.FindByCode("00030");
Form = Element.GetForm();
Form.Open();
https://its.1c.ru/db/method8dev#browse:13:-1:1989:2...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question