The 1C:Enterprise developers forum
Give me some hint please, or a reference where to read how to add something to tabular section of a catalog from ItemForm Module.
You can use
&AtServer Procedure addServer() NewLine = Object.TabularSection1.Add(); NewLine.Attribute1 = "S1"; EndProcedure &AtClient Procedure addclient(Command) NewLine = Object.TabularSection1.Add(); NewLine.Attribute1 = "C1"; EndProcedure