ServiceNow Impact forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Adding new object to existing object

Hi all, I have four variables. category, sub category, service and service offering.Category and sub category are single line text. Service and Service offering are reference to respective tables. I have an existing JSON object which is stored in a s...

Resolved! Update WorkNotes

I am trying to update comments in worknotes of existing problem record. Using the below posted command. var problem=new GlideRecord('problem');problem.addQuery('cmdb_ci',ci); problem.addActiveQuery();problem.query();if(problem.next()){ problem.work_n...

SnowUser09 by Tera Contributor
  • 1650 Views
  • 3 replies
  • 0 helpfuls