Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

User Activity

In this Rohit Sharma table, the task is that when we select a group in the Assignment Group field, then in the Assigned To field, it should display only the members of that particular group, not all users. Please write me the script. Please help on w...
 var grUser = new GlideRecord("sys_user_grmember");grUser .addQuery("group", current.u_assignment_group);grUser .addQuery('user', '!=', current.u_assigned_to);grUser .query();var querStr = '';while (gr.next()) {if (querStr == '') {querStr = 'sys_idIN...
Hi Team,I'm unable to access the ServiceNow Developer Portal at https://developer.servicenow.com/dev.do. It gets stuck on the "Loading" screen and doesn't proceed further (see attached screenshot).I noticed there was a scheduled maintenance on May 16...
Hi Community,I'm unable to access the ServiceNow Developer Portal at https://developer.servicenow.com/dev.do. The page remains stuck on the "Loading" screen indefinitely (screenshot attached).I noticed there was a scheduled maintenance on May 16, 202...
Helpfuls from
Helpfuls given to