GlideList2.get(g_form.getTableName() + '.YOUR_RELATED_LIST_NAME_HERE').setFilterAndRefresh('') is not updating the related list

shivaprasad3
Kilo Contributor

Hi All,

I wanted to do some filter changes in related list of change request so i have used below code in the client script.

GlideList2.get(g_form.getTableName() + '.YOUR_RELATED_LIST_NAME_HERE').setFilterAndRefresh('');

 

But its not working please help to achieve this.

 

1 REPLY 1

shivaprasad3
Kilo Contributor

Hi All,

Is this will not work??

My expectation is to display the only P1 and P2 incidents in related list if the change request is emergency change request.

 

Please let us know your valueable thoughts for the same.

 

 

 

Regards,

Shivaprasad KN