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

Forum Posts

Resolved! On hold reason was not showed while a agent hold a incident

Hi Team, Good day!,   We have noticed a issue today , That is when an agent hold a ticket in ServiceNow the on hold reason should be populate in work notes (As awaiting requester , Pending vendor ...etc) at the same time of holding the ticket. But it...

Alternative for eval() in servicenow.

Hi All, I need to replace the eval() with glide script evaluator and below is the Script Include used in a Report to pull the records. Script Include: function CRA_Use(js, arg) { var grq_ps = new GlideRecord('pa_scripts'); grq_ps.addQuery('name', js)...

kavitha_cr by Mega Guru
  • 5644 Views
  • 9 replies
  • 0 helpfuls

Create multiple SCTASK with single ritm

Hello Everyone! In my schedule job, there is a condition where if a record is found, then create a single RITM with multiple tasks without using Flow design/Workflow. if not then create RITM per Record. Please help me with this. Thanks in advance!

TejasviR by Tera Contributor
  • 1477 Views
  • 2 replies
  • 0 helpfuls

Resolved! Copy approval comments to SCTASK work notes

Hi All, I need to copy approver comments to SCTASK work notes and below is script added to the WF when catalog task is created. I have followed the https://community.servicenow.com/community?id=community_question&sys_id=9e9bcb61db9cdbc01dcaf3231f9619...

find_real_file.png find_real_file.png
psyherin by Kilo Sage
  • 2441 Views
  • 2 replies
  • 1 helpfuls

Resolved! My email in flow designer won't send

I have an easy flow that creates a catalog task for a particular assignment group.  I've turned off the OOTB notification (email assigned to group (sc_task)) for this catalog item and want to send an email to the group via flow designer but the email...

Laura12 by Tera Contributor
  • 2719 Views
  • 5 replies
  • 0 helpfuls

Resolved! How does Auto Flush table works?

Hi, Can someone help me with the job/process which handles the auto-flush table? I have increased the records age in auto-flush table then trying to find a job which executes the process to test but I am unable find anything. I appreciate if someone ...

Rick54 by Tera Expert
  • 17491 Views
  • 8 replies
  • 13 helpfuls

Finding old value of a field

I have a requirement to pull the old value of a filed which was updated on a particular date. Tried to query the sys_audit table but transactions are failing. What is the best option to do this?

samadam by Mega Sage
  • 4458 Views
  • 5 replies
  • 2 helpfuls

root cause analysis methods in Problem record

why can't we have root cause analysis methods in Problem record?Did any one implemented 5 Why's RCA methodology. it would be good to have separate module under problem section.Just got a though  

Aravinda YS by Tera Contributor
  • 9721 Views
  • 11 replies
  • 5 helpfuls

SPM licensing

We currently have ITSM and leverage it for incident management. We have a need to have the same resources who are solving incidents apply time to a task (what we call a project). The requirement is as follows: Customer A has a bank of hours for incid...

Resolved! In Incident Table there is field add two numbers should populate in 3rd field , but the problem is the number should be in eg : 0001 + 0002 = 0003 000

In Incident Table there is field add two numbers should populate in 3rd field , but the problem is the number should be in eg : 0001 + 0002 = 0003 Answer should be in this format  0003   please help me I have written this code in Business rules : ...