I was trying to run the below code in JavaScript Executor. but as an output, it returns "undefined".
I was trying to run the below code in JavaScript Executor. but as an output, it returns "undefined". any idea what I need to do?? gname = g_form.getValue('assignment_group');var gr = new GlideRecord('sys_user_grmember');gr.addQuery('group',gname);gr....
