Answer the question
In order to leave comments, you need to log in
How to get a code for the selected item group after opening the form?
ОткрытьФорму("Справочник.Номенклатура.ФормаВыбораГруппы");
Answer the question
In order to leave comments, you need to log in
The form must be in selection mode (this is either set in its properties, or passed to the Form Parameters parameter in the opening function) (you can, of course, send the selection event by code, but why?), then you need to pass the control to the "owner" parameter, in which the selected value should be placed, or specify the parameter DescriptionNotificationOnClosing, to the handler of which the selected value will be returned.
If you need a multiple choice (aka "selection"), then you need to catch the NotificationOfChoice in the "parent" form.
In principle, in the syntax assistant, all parameters are described
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question