- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2024 08:02 AM
Hi Friends,
Is there a way to remove the info icon for a specific variable in a variable editor?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2024 09:27 AM
Hi @SM16 ,
I don't think there is any attribute to hide reference icon for variables which we have for native view fields .However , I have found one KB article please check if it is helpful -
KB Article - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0958089
Community Thread - https://www.servicenow.com/community/developer-forum/how-can-i-remove-information-icon-from-a-refere...
If my reply helped with your issue please mark helpful 👍 and correct ✔️ if your issue is resolved.
By doing so you help other community members find resolved questions which may relate to an issue they're having
Thanks,
Astik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2024 10:54 AM
Hi @SM16 ,
I tried your problem in my PDI and it works for me
You can refer below steps
- Navigate to System Definition > Dictionary
- Filter the list to find the reference field of which you want to disable the information icon
- Open the record (eg. Caller)
- Add this line to the Attributes: ref_decoration_disabled=true
- Save/Update the record
Here's the KB article
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0714705
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2024 12:50 PM
That's all nice, but the solution is needed for a variable, not a field.