I want to adjust the content of the modal window that can be displayed from the information marker i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Clicking the information button in the catalog item's reference field displays a record form in the default view within a modal window.
This record form doesn't appear to be a "form widget."
I want to hide the displayed UI actions and related lists, but I don't know how.
Does anyone know a good way to do this?
↓
A save button, which is not implemented as a UI action, is appearing.
It seems to be hardcoded into the widget; is it possible to remove it?
Ideally, I'd like to implement this without using code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @bonsai
Option 1 : Make field read-only using ACL, Client Script, UI Policy or Dictionary
Refer : KB0714194 How to hide information icon on reference fields
Option 2: Adding custom CSS
Refer: KB0958089 How to hide reference variable Information icon on catalog items in Service Portal
Option 3 : Adding the attribute "ref_decoration_disabled=true".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
It seems that options other than Option 2 are methods to hide the platform's reference field icon.
The icon is displayed in the portal, so it had no effect.
Option 3 doesn't seem to work because it's a variable record, not a dictionary record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The reference icon serves as a way for users to check the record contents, so I'd prefer not to hide it.
I want to adjust the content of the displayed modal window.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
see this if it helps
How to hide related list from sys_popup view in ServicePortal ?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
