Archive Rule not working with script includeIssue Archive rule with a condition calling 'Script include' fails to evaluate the script CauseExample 'Archive rule condition' to fetch sys_ids of RITMs from sc_request table Number "is one of" javascript:new Archive().getRequests() When the archive rule is run, the below evaluation error is shown worker.3 worker.3 txid=9e05b9431b3e WARNING *** WARNING *** Evaluator: com.glide.script.RhinoEcmaError: "Archive" is not defined. <refname> : Line(1) column(0) ==> 1: new Archive().getRequests()ResolutionThe script include should be client callable to evaluate the script of the archive rule conditionTo make the script include client callable, navigate to the sys_script_include list, open the appropriate script include called in archive rule conditionCheckbox/enable the option 'Client callable'Related Linkshttps://docs.servicenow.com/bundle/sandiego-platform-user-interface/page/use/using-lists/task/t_ScriptedFilters.html