- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2025 06:37 AM
Hi, I am currently making some changes to Security incident (SI) table and one of which is to change the browser tab title when viewing an existing security incident record. Currently, the title is <SI number> | Security Incident | ServiceNow, e.g. SIR0010002 | Security Incident | ServiceNow. I want to use the Category value instead of Security Incident, so SIR0010002 | Malware | ServiceNow for example. I know that in the service portal it's very easy to set the tab title for a page.
I have searched on the docs, community etc. but can't seem to find an answer. Can anyone please help for the same.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2025 06:47 AM
the instance determines the display field on the table and appends it with | ServiceNow
If you want to see category there then you need to make that field as Display=true in Dictionary
Note: If you change the display field then it will be instance wide change and will impact everywhere this field is 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
‎04-28-2025 06:47 AM
the instance determines the display field on the table and appends it with | ServiceNow
If you want to see category there then you need to make that field as Display=true in Dictionary
Note: If you change the display field then it will be instance wide change and will impact everywhere this field is 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
‎04-28-2025 11:12 PM
Thanks @Ankur Bawiskar for the solution.