The 1C:Enterprise developers forum
Is it possible to make conditional appearance of some Tab (Page form element) content in Catalog Item form?
Figured out. If <Condition> Then ThisForm.Items.<TabName>.Visible = False;EndIf;
Peter,thank you for sharing your solution with everyone!