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

Forum Posts

Resolved! Adding a Mandatory Close Notes to SCTASK

I just want to make sure this makes sense.. We have 1 Tier 2 who refuses to leave notes... super fun.  So when my Tier 1 team goes to check on a Catalog task and we see its been completed by this admin, we have no idea if he actually did what was ask...

Bulk update to knowledge articles

We are currently looking at renaming the assignment groups in our system, but the challenge we foresee is lot of them are referred within the content of the Knowledge article. Is there a safe and recommended approach to do them in bulk? V

Laxmikanth by Kilo Guru
  • 1542 Views
  • 2 replies
  • 0 helpfuls

Resolved! Unable to convert sys_id into Names. Help!!!

Unable to convert sys_id into Names. Help!!! Current codes works and returns  When the line in orange is enabled. But the underlying function does run Scripts-Background.  function onChange(control, oldValue, newValue, isLoading) { var access = ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Pankhil by Tera Expert
  • 3731 Views
  • 5 replies
  • 0 helpfuls

Accessing multiple catalog task in ATF

Hi, In a catalog item that i am testing in ATF the workflow is as such, that it generates multiple catalog tasks(around 15) for a single RITM, i am able to query the sc_task table for all these records, but now i need to access each record and close ...

Supritha3 by Tera Contributor
  • 3318 Views
  • 15 replies
  • 4 helpfuls

Resolved! Need a report which show all users with their roles assigned in servicenow.

Hi , I have 400 SNOW users IDs in excelsheet. Now I need to pull a report to see what are the roles does each user have?   Exe: kuma42 - itil, admin, change, incident_user kuma43 - admin, problem_user, itil  Please help me to get the report. Thanks,

Community Alums by Community Alums  
  • 7759 Views
  • 4 replies
  • 7 helpfuls

Resolved! Filter Condition Changes from null or empty

HI AllI need help creating a filter condition on the field Assigned To when it changes from empty (null).   Is there a way to do this?I'm using this filter in a business rule to create metric instances on who is doing incident assignments when the as...

jack_zheng by Kilo Expert
  • 6224 Views
  • 4 replies
  • 2 helpfuls

Need to import data into requested item variables

Hi, I'm looking for a way to import a CSV file to create new service requests/requested items.  The data in the csv file would be populated into the variables of the service request (currently a request for new Software to be approved for our baseli...

Sarah C_1 by Kilo Expert
  • 2886 Views
  • 3 replies
  • 3 helpfuls

Resolved! Add link in info message

Hello,I have the following client script:--------------------function onChange(control, oldValue, newValue, isLoading) {   if (newValue == '')   return;   if (newValue == 'ABC')   g_form.addInfoMessage('Please see knowledge article KB0011111');   els...

alexm3 by Kilo Expert
  • 18603 Views
  • 10 replies
  • 23 helpfuls

Resolved! UI Action script to close child incident.

Hi All, I wrote code in UI actions to close child incidents but it is not working. Can someone correct this code. It is given below. function demoChildClose(){ var answer=confirm("Do you really want to close child incident?"); if(answer==true) {gsftS...

Tara16 by Giga Contributor
  • 2737 Views
  • 7 replies
  • 2 helpfuls