GlideList2.get(g_form.getTableName() + '.YOUR_RELATED_LIST_NAME_HERE').setFilterAndRefresh('') is not updating the related list
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 08:39 AM
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.
Labels:
- Labels:
-
Operational Intelligence
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2019 06:52 AM
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