- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 10:47 AM
I want to prevent ITIL users from being able to check the VIP box under the sys_user (User Record). Only ITIL_Admin should be able to check the VIP field under the sys_user(User Record). Is there a simple way to do this without scripting? A screen shot is attached. Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 11:17 AM
Hi @DeIvory Gordon ,
You can create a simple write acl on sys_user table and for the field VIP as shown below,
Note : If you don't want even admin to have access to VIP then from above uncheck admin Override aswell in acl .
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 11:17 AM
Hi @DeIvory Gordon ,
You can create a simple write acl on sys_user table and for the field VIP as shown below,
Note : If you don't want even admin to have access to VIP then from above uncheck admin Override aswell in acl .
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang