How to manage Notification field on sys_user table?

Jags5
Mega Sage

Non Admin users are not able to modify the field. My objective is to let them control Enable/Disable Notifications. When a non admin user tries to turn Disable Notifications, the slider goes back to Enable position.

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

You need to create an ACL on sys_user table to be able to write to that field.

 


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

2 REPLIES 2

SanjivMeher
Kilo Patron
Kilo Patron

You need to create an ACL on sys_user table to be able to write to that field.

 


Please mark this response as correct or helpful if it assisted you with your question.

Thanks a lot. I did create and am able to manage. The catch is however is to follow the ACL hierarchy. Table level - > Field Level ACLs to make sure users are not editing fields which are supposed to be read only. Thanks for your reply. Appreciate.