Record Tab label shows Loading

Geetika4
Mega Expert

Hi,
In CSM WS(configurable), the record page is showing different behaviour based on how I am trying to load it. I I try to search it by number I see the Record tab label as "Loading" and If I select it by clicking on Row from a List, the Record tab shows the number which is my expectation. Attaching screenshot for reference..
find_real_file.png

1 ACCEPTED SOLUTION

Barrilito van D
Kilo Guru

Hi Geetika,

Everything that is custom results in these "loading.." tabs.

You can use the helper functions in a client script to fix this and set a title to your tab:

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

View solution in original post

5 REPLIES 5

Hi @Geetika 

No actually the requirement is I have a home page where there are list of incident and when I click on record the next tab should get open next to home in same browser. Now what is happening if I click the record from home page it is opening the other page(refer below screenshot). I am not getting home tab, record in tab. I was trying to use Record tab but not sure how to configure it.

 

find_real_file.png