The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Change browser tab title on security incident form

kushaltm
Tera Contributor

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.

kushaltm_0-1745847390913.png

 

I have searched on the docs, community etc. but can't seem to find an answer. Can anyone please help for the same.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@kushaltm 

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.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@kushaltm 

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.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Thanks @Ankur Bawiskar for the solution.