g_list.getChecked() in Agent workspace client script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 05:30 AM - edited 12-16-2022 05:33 AM
g_list.getChecked not working in Declarative action assignment - client script. I am using below code to get the sys_id of records which are selected in list view but getting empty alert. Code:
var ids = g_list.getChecked();
alert(ids);
g_list.refresh();
0 REPLIES 0