Scheduled Script Execution
Hello everyoneI have an urgent matter. How do I get the content from the sysuser table? The important thing is to get the red part. var A = new GlideRecord('sys_user');var gr= A.addQuery('company_cd', 'STARTSWITH', '0');gr.addOrCondition('company_cd'...