- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 10:09 AM
I have a problem on reference field in service portal catalog items. In the catalog item, supervisor is a reference field that is auto populated depending on requester. Also it is not a read only field. On service portal, when user click the Reference field icon, most of information shows (unnecessary information to user) and pop up fields look like editable.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 12:31 PM
Okay, so the 'Read' one is the one you're concerned with (assuming you don't want certain users to even see the field). The 'Write' one would obviously prevent access to edit the field.
Assuming your own user account has the 'security_admin' role, you should be able to edit these ACLs. You'll need to click your user name in the ServiceNow header and select 'Elevate roles' to temporarily grant yourself access to the 'security_admin' role. Then you can simply add a role to your ACL (maybe 'itil' or 'admin') to require users to have a certain role. Doing this for the 'sys_user.title' read ACL should remove that field from the view for users without the role you indicated.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 12:31 PM
Okay, so the 'Read' one is the one you're concerned with (assuming you don't want certain users to even see the field). The 'Write' one would obviously prevent access to edit the field.
Assuming your own user account has the 'security_admin' role, you should be able to edit these ACLs. You'll need to click your user name in the ServiceNow header and select 'Elevate roles' to temporarily grant yourself access to the 'security_admin' role. Then you can simply add a role to your ACL (maybe 'itil' or 'admin') to require users to have a certain role. Doing this for the 'sys_user.title' read ACL should remove that field from the view for users without the role you indicated.