Working with g_list

Oct 28, 2020
Code snippet ServiceNow

Variable selectedSysIds will consist of sys_id`s of selected records. To be used from a UI Action (List).

var selectedSysIds = g_list.getChecked();