- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 02:42 AM
Hi Community,
How to modify the fields on the popup window when user clicks on the preview this record button "i icon"?
Thanks,
Poorva Bhawsar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 02:54 AM
Hi @Poorva Bhawsar,
You can easily update the popup display by navigating to the form view for the given table:
Within the URL, append the following to your URL:
<your_instance_name>/<table_name>.do?sysparm_view=sys_popup
For the incident record popup, it would look like this:
<your_instance_name>/incident.do?sysparm_view=sys_popup
From here, right click at the top of the form to change the 'Form layout' and adjust accordingly.
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 02:44 AM
We were able to resolve this by modifying the glide.ui.clickthrough.popup system property.
If this helps you please mark it as accepted solution and helpful.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 02:47 AM
This is for opening the popup in a new window. I want to modify the i icon for a reference field of business application on change request form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 02:52 AM
Hello @Poorva Bhawsar
For that you need to change view for the "sys_popup view". If doesnt exist you can create it.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1116883
If this helps you please accept the solution and mark it as helpful.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 02:55 AM
I checked this already but i am not getting how to do such modifications. That reference field is already available and preview icon is also there but i just want to add a field in it, few fields are already existing.