How to remove "open record info" icon from reference variable on catalog form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 11:41 AM
I created a catalog item, and added some reference variable on it.
I can see an info icon on every reference variable that opens that particular record.
I need to remove this open record info icon from every reference field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 11:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 05:18 AM
@Ankur Bawiskar Can you help me with this requirement, this requirement can be fulfilled by the same approach you used in this solution : https://www.servicenow.com/community/developer-forum/how-to-change-css-using-catalog-client-scripts/...
I need a onLoad catalog client script that when loaded on service portal :
1) fetched the element from DOM. (Class: "btn btn-default bg-white lookup")
2) adds display : none; property to that element.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 05:35 AM
Did you check link shared by Drew
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 06:43 AM
yes that did not work.