- 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 10:18 AM
You have 2 options...
1) Customize the fields available in the reference popup. This will be a global change for all users of the system whenever that table is used with a reference field.
https://docs.servicenow.com/administer/field_administration/task/t_FieldsDisplayed.html
2) Adjust the field read ACLs for the fields in the referenced table. If the user really does not need to see those field values, they should be secured via ACLs. The advantage to this is that you can then have popups that show different information to different roles based on their security.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 11:17 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 11:27 AM
We'll have to take it field by field. Can you paste a screenshot of the 'sys_user.title' read ACL in your system? If there's more than one I'll need to see both.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 11:53 AM