- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2019 11:32 AM
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.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2019 03:31 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2019 03:31 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2019 01:45 PM
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.