Restrict closing sctask from the list view only for 1 catalog item
I have created an on celledit client script to restrict sctask to close from list viewbut I cannot make it catalog item specific, It is working globally. function onCellEdit(sysIDs, table, oldValues, newValue, callback) { var saveAndClose = true; ...