Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Update the Simple List tab title and heading in UI Builder

Chelsea Moore
Tera Guru

Hello everyone,

 

I am working on updating the tab title and heading for incidents on the Simple List View. Specifically, when a user clicks on the "Recent Incidents" link, then selects "View All" in the contextual sidebar on the Record Information > Record SNC page. We had a requirement to remove the "Recent" filter from the list, so users can see all incidents submitted by them. Therefore, I would like to change the tab title and heading to simply "Incidents" instead of "Recent Incidents." Any assistance would be greatly appreciated!

 

2024-12-11_9-55-34.pngTab title and Heading.pngView All.png

1 ACCEPTED SOLUTION

yago
ServiceNow Employee
ServiceNow Employee

Hi Tera,

Please update line 55 (near the end) of the same client script I mentioned. Change the following:

"listTitle": api.context.props.subTitle,

To this:

"listTitle": api.context.props.table === "incident" ? "Incidents" : api.context.props.subTitle,

Let me know if you need help with anything else.

View solution in original post

5 REPLIES 5

@yago Can you look into this, and this is similar type of requirement. Thank You 

 

Update the Filter on a page in SOW - ServiceNow Community