I want to make the catalog object that I just added in the configuration-support adjustment section "support and correct by saving" as in the picture, but it does not make the correction. Can you help me with this?
&AtServer
Procedure Command1AtServer()
nameModule = "ExchangeWithAlaiko";
objectModule = Metadata.CommonModules.Find(nameModule);
If Not objectModule = Undefined Then
For Each subSystem In Metadata.Subsystems Do
If subSystem.Content.Contains(objectModule) Then
Message(subSystem.Name);
EndIf;
EndDo;
EndIf;
EndProcedure
Pages:1
Users browsing this topic (guests: 2, registered: 0, hidden: 0)