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()...