Answer the question
In order to leave comments, you need to log in
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
Alternatively, make a form that displays the group hierarchy (without elements) and call it for selection.
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 questionAsk a Question
731 491 924 answers to any question