How to remove "Add any details to your request" from catalog item - UI builder workspace view

DevadharshiG
Tera Contributor

I have created a variant in ui builder and add the catalog item component into it as below:

DevadharshiG_1-1728378830824.png

 

I have created one UI action : Upload bid lines

DevadharshiG_2-1728378849627.png

On clicking this UI action in workspace, i am able to open the catalog item in next tab.

"DevadharshiG_3-1728378892532.png

But the issue is getting "Loading" in tab name and also want to hide Add any details to your request. Please help me to resolve the issue.

1 REPLY 1

Kevin83
ServiceNow Employee
ServiceNow Employee

you should be able to update the tab's title with, perhaps run a client script on page ready:

helpers.screen.updateStatus({
        title: 'your title'
});


I don't know away to remove the "Add any details to your request" text