We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Why Approver tab (under Related list) of Change is not getting refresh while rejecting it ?

Virendra K
Kilo Sage

Hi All,

 

I have created a UI page to call/popup on RelatedList-->Approvers tab. List/tab is not getting refresh after rejecting the approval. I need to reload or refresh the tab list /window to reflect the values changed to it.

 

I tried with ,

action.setRedirectURL(current)  --in UI Action
window.location.reload();   -- in Script include
GlideList2.
 
What shall I use to refresh the tab ?
 
Regards,
Virendra 

 

1 REPLY 1

Saloni Suthar
Giga Sage

Hi @Virendra K ,

 

Below article may help:

https://www.servicenow.com/community/developer-forum/refresh-reload-the-from-from-an-ui-page/m-p/137...



If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni