How can you refresh a list view from a script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2014 11:24 AM
Hey guys....
Not sure if I am doing something wrong here. I thought this would be simple.
I have a before Business Rule that is updating a value when another field changes. When I update the field from the list view, I have to click the breadcrumb to refresh the screen and see the change to the other field. Is there a way to refresh the list view from a script?
I tried g_list.refresh(); from an onCellEdit but that just locked up when I tried to change the value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2014 04:12 PM
Have you tried anything like this:
top.gsft_main.location.reload();
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2017 12:50 PM
this worked for me, it refreshed my list view. Thanks Slava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2014 09:05 PM
You can try using GlideList2.get("incident").refresh();
incident is the list name in the above example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2015 11:03 AM
Did you find a solution to this?
I need to refresh an embedded list from onCellEdit