Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

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 ...

Community Alums by Community Alums  
  • 858 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
  • 2194 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, ...

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
  • 750 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
  • 660 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...

OOB vendor tasks?

We have built a custom table and integration to handle vendor tasks in our instance. These vendor tasks are updated when tickets are updated at the ticket system the vendor uses. For example: if there is a network issue and we want to create a ticket...

Per5 by Giga Guru
  • 452 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to generate a pdf from a form and send it to another table

Suppose I am entering some data in a form of table u_candidate_details   and when i submit or save the form a record will be inserted in table u_candidate_database and a pdf attachment will be added on the record that was created on table u_candidate...

suprakash by Giga Expert
  • 9452 Views
  • 41 replies
  • 15 helpfuls

Resolved! Limit visibility to sctasks

Hi community I want to limit visibility to Sctasks and ritm records where the item = a specific itemI tried acls on there own but the oob acls are stopping it from working.  What is best approach here. Example would be appreciated Thanks in advance

AnthonyMull by Tera Contributor
  • 2375 Views
  • 14 replies
  • 4 helpfuls