The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

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
  • 1081 Views
  • 3 replies
  • 0 helpfuls

Resolved! Catalog variables list collector

Hi all,   I have a reference field which refers to sys_user_group.  Another variable which is a list collector, it is referring to sys_user. Suppose, when user selects any group on the above field means I have to show users who are part of that group...