- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2018 05:58 AM
Hi,
I need to prevent non-admin users from editing any of the user fields. Only admins should be able to edit user records. How can I set ACL for this?
Thanks
Riya
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2018 06:11 AM
Hi Riyak,
Create an ACL on sys_user table by elevating the security admin role.
type : record
Operation : Write
Advanced : True
Name : user [sys_user] : none
Role : admin
Script : answer = true;
Mark if Correct/Helpful.
Regards,
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2021 02:30 PM
I have an different request - I would like to have 5 Fields to be editiable - I created an special User Table ACL and added it to the fields but its still read only always. Do they need any other specific Role