- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 08:31 AM
We would like to show the preview icons next to reference fields on our form even when a ticket is closed.
Currently the icons go away once the record is inactive, how can we show those preview icons at all times?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 09:08 AM - edited 05-06-2025 09:19 AM
that's OOTB platform behavior.
if the ticket is closed all fields are readonly and it hides/removes the preview icon
Steps
1) add this in the dictionary attribute of those reference fields and it will start showing up
readonly_clickthrough=true
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 09:08 AM - edited 05-06-2025 09:19 AM
that's OOTB platform behavior.
if the ticket is closed all fields are readonly and it hides/removes the preview icon
Steps
1) add this in the dictionary attribute of those reference fields and it will start showing up
readonly_clickthrough=true
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 09:00 AM
thank you this works!