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

Forum Posts

Updating content in multiple browser tabs

Hey SN community,  I have a question to ask that has been annoying me for a while. Here is the scenario behing it:I work in ServiceNow and I have several tabs open in one browser - for example: one tab shows Incident Management module, second tab sho...

mitzaka by Mega Guru
  • 6319 Views
  • 11 replies
  • 4 helpfuls

Anyone doing an IVR integration (Interactive Voice Response)

We would like to use IVR for a future application where a customer calls in and auto-populates a Service-Now.com form with their contact information (kind of like a call center interaction) Has anyone implemented or at least looked into this possibil...

by  
  • 5871 Views
  • 15 replies
  • 0 helpfuls

Resolved! Help with change request approval reject notification

Hi, I need to send a notification to the change requester and also all the approval groups when a change request approval gets rejected by any one of the approvers from the approval groups.  I am having 2 issues here. 1.  On 'Approval' table, I canno...

LK11 by Mega Expert
  • 1655 Views
  • 2 replies
  • 0 helpfuls

Resolved! gs.beginningOfThisMonth(), show a difference of 1 hour.

Hi All, I have been coding a Script Include, in which I am using gs.beginningOfThisMonth(). However, I could see that the script was not executing correctly, on investigating it further, I found that there is a difference of 1 hour when I use gs.begi...

Split array and use elements in GlideRecord

Dear All, I want to split the array and use its stored elements in GlideRecord query. Below mentioned is the code snippet : // str contains 2 sys_ids  as  -> [*sys_id_1*, *sys_id_2*]  for(var i=0;i<str.length;i++) { var rec = new GlideRecord('core_co...

Puru2 by Tera Contributor
  • 8401 Views
  • 8 replies
  • 8 helpfuls

How to send an email to my SNow instance?

Hi,I am a bit confused regarding inbound emails to SNow.I (think) I've turned on inbound emails using the OOB format -->And I have this OOB POP3 configuration -->I have tried all of the following addressing with nothing showing up in the INBOX or the...

Screen Shot 2017-02-16 at 10.31.28 AM.png Screen Shot 2017-02-16 at 10.31.02 AM.png
tobrien by Kilo Guru
  • 18783 Views
  • 5 replies
  • 16 helpfuls

LDAP Server Operational Status is false following upgarde

Hi All, we have just had our TEST instance upgraded from Helsinki patch 12 to Kingston patch 2.  Following this our LDAP server now has the operational server of false.  When I test connection I get the following error: ldaps://cdlldaps-vip.cheshdata...

Sam Ogden by Tera Guru
  • 3081 Views
  • 7 replies
  • 0 helpfuls

Send surveys to multiple users from a Watch List?

Hello community,  I am trying to set a trigger condition to send a survey to multiple users in a Watch List field from the Project table? Is this possible? I know that the trigger condition only allows for Reference fields to the user table to be sel...

YenGar by Mega Sage
  • 2412 Views
  • 1 replies
  • 0 helpfuls

Resolved! Business rule advance Condition for script

HI Developers.   I have the following script on a business rule:   (function executeRule(current, previous /*null when async*/) { //Get the Email record created against this Log var grEmail = new GlideRecord("sys_email"); if(grEmail.get("sys_id", cu...