Resolved! Question in Background script
Hi I a m trying to execute the below script and getting NAN for assignment group, plesae advise This Query is to getting the list of incident as per assignment group var gr= new GlideAggregate('incident');gr.addQuery('active',true);gr.addAggregate(...
