- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2017 12:32 AM
Hi all,
I a trying to use this functionality provided by SNGuru i.e Exporting of Related List (https://www.servicenowguru.com/system-ui/enabling-related-list-exports-servicenow/ ). But when i try to achieve this i am getting error in the script part. Please find the error below.
Can someone please guide me on this.
Thanks,
Neha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2017 01:11 AM
if condition should be
if(g_list.getListName().indexOf('.REL:') > -1) {
g_menu.setHidden(g_item) ;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2017 12:34 AM
Use '>' in place of >
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2017 12:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2017 01:09 AM
remove &
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2017 01:11 AM
if condition should be
if(g_list.getListName().indexOf('.REL:') > -1) {
g_menu.setHidden(g_item) ;
}