Customize Contextual Context Pill

Billy Strub
Tera Expert

Is there a way that I can change the displayed value of the contextual app pill? We have some App Modules that redirect to ui_pages and currently, they just display "ServiceNow". I would like to change this to a customized value. Is this possible?

1 ACCEPTED SOLUTION

Billy Strub
Tera Expert

Figured it out, it was as simple as:

document.title = 'something';

View solution in original post

2 REPLIES 2

Billy Strub
Tera Expert

Figured it out, it was as simple as:

document.title = 'something';

Akalu
Tera Contributor

Hi Billy,

where do get that document.title?