We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Refresh List view after UI Action is Clicked

Kumar38
Kilo Sage

I have a UI Action that is only available as a List banner button.

How can I refresh the list view once the UI Script executes. Tried this and it isn't working.

action.setRedirectURL(current);

I have client option checked , If I remove it rest of the script isn't running

1 ACCEPTED SOLUTION

Kumar38
Kilo Sage

This worked in my case:

 

g_list.refresh(1);

View solution in original post

2 REPLIES 2

Bhavana25
Giga Contributor

Please check the below link, 

https://community.servicenow.com/community?id=community_question&sys_id=59b7250edb1e6f4011762183ca96190c

 

Kumar38
Kilo Sage

This worked in my case:

 

g_list.refresh(1);