- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2022 12:19 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2022 12:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2022 12:33 AM
Please check the below link,
https://community.servicenow.com/community?id=community_question&sys_id=59b7250edb1e6f4011762183ca96190c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2022 12:45 AM
This worked in my case:
g_list.refresh(1);