g_list.getChecked() not working in related list
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2022 12:52 AM
Is there any alternative of "g_list.getChecked()" to use in client script to get the sys_id of selected records?? I am trying to get the sys_ids of selected records from the related list but it is giving blank alert.
Thanks,
Udit
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2022 01:38 AM
Hi Udit,
g_list work according to current table. If you want to take sys_id of selected records form the related list then you client script should run on related list table not parent table.