- 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 07:41 PM
Hi @Tepp ,
Do you want to add another field next to incident number?
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 08:49 PM
Hi @SANDEEP DUTTA ,
I would like to display the value of another field instead of the incident number.
Thank you.
- 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 08:54 PM
Hi @Ankur Bawiskar ,
I want to display the value of another field instead of the incident number.
Is it possible to display the value of any field in the form header?
Thank you .