ServiceNow Broadcast an event to workflow
Haven't tested these all recently within global/local scopes, so feel free to have a play! option 1 use an encoded query embedded in the GlideRecord , e.g. var grProf = new GlideRecord ( 'x\_cls\_clear\_skye\_i\_profile' ); grProf . addQuery ( 'status=1^ ow...