I'm deeply appreciative of the chance to speak at the recent webinar on ins-pi Designer with ServiceNow's Strategy Portfolio Management Module.A heartfelt thank you to all who attended – your engagement and insightful questions greatly enriched our d...
Hi Andy,
I think current.setWorkflow(false) makes no sense, because you use a GlideRecord and not the current data record.Maybe you can try setWorkflow(false) before you start the query.
var CIchg = new GlideRecord('cmdb_ci_netgear');CIchg.addEncoded...