trying to configure same UI action for three different views of the same table
Hi experts, i am trying to configure same UI action for three different views of the same table, below is the script that i am trying with but its not working (function executeAction(sysIds, table) { var gr = new GlideRecord(table); for (var i ...