How to get tasks state in Service Portal?
Hi, I'd like to get the current task state.Below code (Catalog Client Script) works on Desktop/backend/CMS, but not on Service Portal.Do you have any ideas? function onLoad() { var state = g_form.getValue("state"); if (state == '2') { a...
