opening a record in a new tab in workspace from ux list action client script
How can I open a record in a new tab from a ux list action (sys_declarative_action_assignment) client script? I tried g_aw.openRecord but I get undefined in the browser console. g_list works but not g_aw. I can use top.window.location top open the ...