- 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:58 AM
go to form of that table>>form layout>>select view and add required fields.
- 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 03:03 AM
Its working fine. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 03:04 AM
No worries - Happy to help. Have a good day.