- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018 06:27 AM
I have several reference fields in a record producer. I do not want the user to be able to see the reference icon that appears once the field is populated. Please advise.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018 06:34 AM
Please refer the below thread.
https://community.servicenow.com/community?id=community_question&sys_id=42224b2ddb98dbc01dcaf3231f96194b

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018 06:34 AM
Please refer the below thread.
https://community.servicenow.com/community?id=community_question&sys_id=42224b2ddb98dbc01dcaf3231f96194b
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018 06:41 AM
thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018 06:36 AM
I think I got it to work!
Catalog client script: $('view.<form_name>.<field_name>).hide();