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

Forum Posts

Resolved! Populate/Display the user's name

When a user has checked the "Follow" checkbox, then displays the user's name in the "Follow by" field. The BR script is not working, do I need other script/logic or just modify it? (function executeRule(current, previous) {if (current.u_follow == tru...

ElvinSalim by Tera Contributor
  • 578 Views
  • 12 replies
  • 3 helpfuls

Inbound action for closed ticket

Hi All,Please help me to find out the way that works on my case : So 1 email email was processed under the 1ticket as it's classified to be a reply to existing ticket (which is true)And as we know Inbound email actions which are responsible for proce...

mahima by Tera Contributor
  • 376 Views
  • 1 replies
  • 0 helpfuls

Custom Option needs to be added in the Make Reservation page which is related to Workplace Services

The following changes are to be implemented:Alter the WSD Search widget to include two additional checkboxes in the 2nd and 3rd position (shown by default)Half day (Morning) – Timeslot: 06:00 – 12:00Half day (Afternoon) – Timeslot: 13:00 – 20:00 Is t...

Bisaj_0-1696763372635.png

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