Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2021 01:50 AM
Hi,
There is another ACL on same table for write operation as follow:
var answer = false;
if(gs.hasRole('admin') ){
answer = true;
}
else if(gs.getUser().isMemberOf('GroupName') )
answer = true;
If this ACL fails then it makes for all user those fields as readonly on list view and form view.
Regards,
Nikita