Resolved! Script Trouble- Not Returning Expected Result
I have an IF activity in a catalog workflow that is not giving expected results.answer = ifScript(); // function ifScript() { workflow.scratchpad.count = workflow.scratchpad.count + 1; var flag = 0; gr = new GlideRecord("u_database_terminati...
