Indexing in Glide Record
Hi All,I was working on a script, and I am facing difficulties in looping through the result set. PFB codevar stageUsers = GlideRecord('sys_user');stageUsers.addQuery('u_first_name','CONTAINS','test');stageUsers.query();var userArray = [];while(stage...
