The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Minnesota SNUG
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

March 12th Developer Meetup

Next #servicenow Developer Meetup March 12th @ 6:00 PM Hosted at #mattersight located on 7700 France Ave S., Edina, MN It'll be a "lab" of some sort, but I'm looking for input, feel free to comment on the meetup (https://www.meetup.com/Minneapolis-Se...

Code for SNUG Lab 2.1 and 2.2

Lab 2.1 Script var grResult = new GlideRecord ( 'duplicate_audit_result'); grResult.addQuery ( 'follow_on_task', current.sys_id ); grResult.query(); var cis = []; while (grResult.next()) cis.push(grResult.getValue('duplicate_ci')); var grCi = new ...

Top Contributors