Showing posts with label access. Show all posts
Showing posts with label access. Show all posts

Monday, October 17, 2016

Restrict access to group form control in the grid

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