The 1C:Enterprise developers forum
Hello, Can we change the Output property/role setting by code ? For a Catalog ListForm... Also for a specific role !?
Just to make sure that I got your question: you need to let some user to output lists as spreadsheets for most objects, but disallow doing this for some particular object, right?
We found it.
If IsInRole("...") Then Controls.FormActions.Buttons.Actions.Buttons.TableImport.Enabled = False; EndIf;