Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Block ITIL users from being able to select the VIP on the sys_user record

DeIvory Gordon
Tera Guru

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!

1 ACCEPTED SOLUTION

swathisarang98
Giga Sage

Hi @DeIvory Gordon ,

 

You can create a simple write acl on sys_user table and for the field VIP as shown below,

 

swathisarang98_0-1713896149641.png

 

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

 

View solution in original post

1 REPLY 1

swathisarang98
Giga Sage

Hi @DeIvory Gordon ,

 

You can create a simple write acl on sys_user table and for the field VIP as shown below,

 

swathisarang98_0-1713896149641.png

 

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