- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 06:31 PM
Hi,
Where can I change the fields displayed in the header of the form screen?
Thank you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 08:04 PM
the field which is marked as Display=true at dictionary for that table is shown in that form header.
Unfortunately you cannot add more than 1 field there.
If you want then you can use DOM manipulation but that's not recommended.
Also another way would be to have a string field which concatenates multiple field values and then you mark that field as Display=true at dictionary, but remember this will be impacting entire instance where this table is being referred.
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
06-04-2025 09:37 PM
Hi @Tepp,
Go to the dictionary of that table and change the Display value of Number to false, and your desired field to true. Here I have an example of Short description field.
It will show Short description field as the picture below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 10:36 PM
I already informed whichever field is marked as Display=true will show there in form header.
For the field which you want to show on form header mark Display=true in dictionary record for that table.
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
06-04-2025 09:37 PM
Hi @Tepp,
Go to the dictionary of that table and change the Display value of Number to false, and your desired field to true. Here I have an example of Short description field.
It will show Short description field as the picture below