Reference field icon - Issue with reference field in catalog item in Service portal

dilini
Giga Expert

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.find_real_file.png

 

find_real_file.png

1 ACCEPTED SOLUTION

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.

View solution in original post

5 REPLIES 5

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.