undefined is not a function Error message appearing when Business Rule is executed. Issue When executing the business rule which is using "global" object from the business rule on the global scope the below error is displayed:- While approving a change an error message is appearing as "Error MessageException (TypeError: undefined is not a function. (sys_script.466269a5db67bf40494a3bc239961905.condition; line 1)) occurred while evaluating'Condition: (new global.AssessmentUtils().conditionCheck(current, 'state=0CauseThis is because of calling the global script include in the global scope.ResolutionRemove the "global" object function before the "Script Include" from the condition.