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