Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more 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
  • 1691 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...