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

Forum Posts

Outbound Web service timeouts (REST & SOAP)

Hi,I just sent a question to support but maybe someone will have some sound informations regarding web services timeouts. what is the exact difference between SOAPMessageV2 - setHttpTimeout(Number timeoutMs) and SOAPResponseV2 - waitForResponse(Numbe...

Syvo by Tera Guru
  • 2922 Views
  • 3 replies
  • 1 helpfuls

Resolved! Delete scheduled Events

All,  I've followed this article: Creating a Simple Reminder Email - ServiceNow Wiki and created a new Event called change.reminder so that I can trigger an email to remind people when their Change Request 'Planned End Date' has passed. This is worki...

MacSWW by Giga Contributor
  • 8923 Views
  • 11 replies
  • 9 helpfuls

create incident via workflow

We are trying to create an incident via workflow, We have tried using the run script This is one of the scripts we have tried via the run script activity: (we found this via the community) var gr = new GlideRecord('incident'); gr.initialize(); gr.sho...

vinod8008 by Kilo Explorer
  • 6438 Views
  • 23 replies
  • 0 helpfuls

Resolved! Advanced Reference Qualifier question

I need to create an Advanced Reference Qualifier. I have service catalog item that asks to select which user is requesting this item (requester field). Once that user is selected, they must select their computer (from cmdb_ci_computer). I want to use...

kedler by Kilo Guru
  • 3233 Views
  • 5 replies
  • 0 helpfuls

Resolved! Attachment reference field

Hi All,   I've searched the forums and found that others are using a Script include to achieve what i'm trying to accomplish; which is create a field that references the "sys_attachment" table, but limits attachments attached to that record. If need...

find_real_file.png

Opened By field is not displaying correct value

Hi All, I am just looking at the incident sin my personal developer instance. And i found little strange or i dont how it works with opened by field.   Before executing the below steps. Login as system administrator and please add the Opened By field...

find_real_file.png find_real_file.png find_real_file.png

Resolved! attach scheduled report to task

Hi We currently have a scheduled task which is triggered every week to check cert expiries. We also have a scheduled report which emails the current certs which are due to expire. I was wondering wether there was a way to get the scheduled report to ...

russellprice by Tera Contributor
  • 4385 Views
  • 16 replies
  • 3 helpfuls

Resolved! Reference field not displaying the value it stored

Hello everyone!!I have a 'Load Incident' reference field on 'Incident' table that references 'Load Incidents' (custom) table, which has other information in addition to a reference to 'Incident' table. I want the 'Load Incident' reference field to be...

Screen Shot 2016-08-02 at 2.53.17 PM.png Screen Shot 2016-08-02 at 2.59.48 PM.png

GlideRecord query not working??

hi all, I've got an onSubmit catalog client script that is meant to prevent the submission of a catalog item if there is no attachment already attached to the form.  I'm using a script I've used before, in the other cases it works fine.  However in t...