Basically to restrict access to a field group it is enough just to set its NeededPermission property, say, to Manual and then you can provide your users with a special privilege on this form control.
However, when it comes to a grid, it is not enough: you also need to change the same property and needed permission on all included fields or, like in my scenario, display methods.
Some helpful articles
Security Permissions Properties for a Form
How to restrict access to a button
However, when it comes to a grid, it is not enough: you also need to change the same property and needed permission on all included fields or, like in my scenario, display methods.
Some helpful articles
Security Permissions Properties for a Form
How to restrict access to a button
No comments:
Post a Comment