How do call a script include function on UI action Condition
Hi everyone!I have a script include that I want to call on the condition of my UI action.The script is the following:var HRCaseChecker = Class.create(); HRCaseChecker.prototype = Object.extendsObject(global.AbstractAjaxProcessor, { initialize: funct...