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

Forum Posts

Resolved! Converting JSON payload to CSV Attachment

Hi Community,I have a payload in JSON, I need to convert it to CSV and save it as a attachment in a problem record var ArrayJson = [ { "appname":"abcd", "created_at":705605232, "credential_id":"3d889-2e18-46b0-951c-8a3133c378", "expires_in":7200, "id...

Community Alums by Community Alums  
  • 2901 Views
  • 3 replies
  • 5 helpfuls

Resolved! Copy RITM variables to sc_task worknotes

Hi All, I have requirment which need  to copy the all RITM varibles to sc_task worknotes. Could you please help on this to achive the requirment. Thanks all,Varma

varma2 by Mega Sage
  • 1459 Views
  • 24 replies
  • 1 helpfuls

How to create an RITM through script in servicenow

Hi All, I need to create an RITM through run script in workflow in servicenow. Can someone please help with the same. Cart API is going to be deactivated in upcoming release and cartjs api apparently adds to sc_cart_item table. Can someone please hel...

Resolved! Due date on sc_Task to be populated to due date on RITM

Hi All, I am trying to populate due date on sc_task and also on ritm based on a variable (effective date) in one of my catalog item. So, when effective date is filled, the same date has to populate on sc_task and ritm I have written a BR on sc_Taskta...

Renu9 by Tera Contributor
  • 991 Views
  • 5 replies
  • 0 helpfuls

indexOf( ) not working

Hi All, I am trying indexOf () function in inbound action to check the subject and assign to particular group. But indexOf( ) is assigning tickets to only one group. I have 2 almost similar subjects to validate like below, but it is not working. Emai...

Dynamic OLA Duration time, percentage of parent SLA

Hello all, we have a rather complex requirement that cannot really be done through ootb, but I am looking for ideas that could make it work.Use Case:1. Customer opens a Case2. SLA triggers (e.g. 10 hrs)3. SD then creates an Internal Incident to solve...

SLAOLA.png
Frantisek_K by Tera Contributor
  • 691 Views
  • 1 replies
  • 0 helpfuls

Resolved! Copy Email Template to work note

Hi,I have following requirement:When an email is sent from a new client template then the email content should be copied into work note of that incident record.

Siddhi5 by Tera Contributor
  • 548 Views
  • 1 replies
  • 2 helpfuls

Resolved! Way to remove Additional Comments text when using $current.comments variable

Hello!  Has anyone found a way to remove the "Additional Comments" text highlighted in the screenshot?  I am using the ${current.comments} variable on my notification and the customer would like it removed but I haven't seen a way to remove it?

Community Alums by Community Alums  
  • 2229 Views
  • 6 replies
  • 2 helpfuls

Fetch Child Incident Details using API

Hello,  I need to fetch Child Incident details of a Parent Incident using ServiceNow API. I'll have the ticket number of the Incident, using which I need to gather information on all the Child Incidents related to the Parent. Kindly let me know what ...