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

Forum Posts

Inbound Action: create new INC if replying to closed INC

Rather than the baseline Inbound Action "Update Incident (BP)" which reopens a Closed Incidents if its replied to with the subject line "please reopen," we'd like any reply to closed incident to result in opening a new incident. I thought I had the i...

find_real_file.png find_real_file.png
JP-ODU by Tera Guru
  • 1462 Views
  • 8 replies
  • 1 helpfuls

Resolved! How to check which script/flow adds an Additional Comment to a RITM?

There is a particular comment that is added from an unknown source in my RITMs when I use a particular UI Action. I can't find it in any configurations, so I wonder if there still is a way to use something like the good old Field Watcher in order to ...

MaciejD by Tera Expert
  • 441 Views
  • 4 replies
  • 1 helpfuls

Resolved! script for Kill schedule jobs running more than 30 mins

Hi All,Can anyone help me to write script for kill the scheduled jobs running more than 30 mins.we have option to manually kill but we need to automate by checking the age > 30 minsThanks in advance

Dhanu1 by Tera Contributor
  • 1286 Views
  • 3 replies
  • 1 helpfuls

Resolved! Workflow script not working - Service Catalog Form

Good afternoon. I have a requirement on a Catalog Form.When Request type is Modify and Account group is ZTRD, then it should check the below company code: AU, IN, HK, SG company code should assign to APAC SSC SAP MDM ENG Assignment group CN, KR, TW, ...

Generate Custom Excel Document

I have a vendor that only accepts orders in an Excel spreadsheet sent as an attachment to an e-mail.   When my user's need items from this vendor they currently have to download a template and update the Excel file and e-mail it to the vendor themsel...

current.setabortaction not working

(function executeRule(current, previous /*null when async*/) {    var x = new GlideRecord('incident');    x.addQuery('parent_incident', current.sys_id);    x.query();    if(x.next()){        if(x.state=='7'){            gs.addInfoMessage('This is a c...

Raze00 by Tera Contributor
  • 321 Views
  • 1 replies
  • 0 helpfuls

Search functionality on the Service Portal and my order guide

Hello Community, I have an order guide to request access to various applications. Is there a way I can get the Service Portal search functionality to search for the contents inside of the order guide? For example, one of the applications people can r...

Using variables in Standard changes

Hi all, We have a huge list of standard changes in our organization.Some of those standard changes require to receive specific variables to be completed. Let me put some examples:Restart a server requires to specify which is the server to be restarte...

sergiocuenc by Tera Contributor
  • 330 Views
  • 2 replies
  • 0 helpfuls

Ebonding Integration by using Flow Designer and REST Message

Hello All,    We have a requirement in which we have to integrate two ServiceNow Instances by using Ebonding Integration by using Flow Designer and REST Message.    When an Incident is created from the Source instance it should create a Case (CSM) in...