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

Forum Posts

Incident Header and footer through email scripts

I am trying to add headers and footers through email scripts to the incident notification. I know there is a static way of just pasting the image in the email body, but i want to do it through an email scripts. Can anyone help me with the steps to do...

amap by Mega Contributor
  • 3080 Views
  • 4 replies
  • 0 helpfuls

Notification SMS Alternate logs

Is there a way to see in the logs how was delivered a notification with a template where the field Sms alternate has some information and variables defined?

find_real_file.png

How to use moment.js in Service Portal

I've read that there is moment.js out of the box in Service Portal.  I located the dependency called moment-timezone-with-data-2010-2020-v0.5 and tried to use it like this in an object array:   start_date: moment(onbCase.getDisplayValue('hr_profile.e...

davilu by Mega Sage
  • 1962 Views
  • 2 replies
  • 0 helpfuls

GlideRecordSecure not working in scoped widget

Our team built a scoped widget, but can't seem to get GlideRecordSecure to work.  When we cloned the widget into the Global application however, it works just fine.  Does GlideRecordSecure not work in scoped applications/widgets?

davilu by Mega Sage
  • 2479 Views
  • 3 replies
  • 0 helpfuls

How to set reference variables in Catalog API posts

I'm currently working with the ServiceNow Catalog Rest API in Java. I have successfully added items to my cart and submitted my cart, however whenever a variable in the body of my post is of type reference I am unable to set it's value. The ticket ...

mtuman by Giga Contributor
  • 3711 Views
  • 12 replies
  • 2 helpfuls

Resolved! Create an auditor role,

Hi all,  We are just about to have an audit and I have been asked to come up with a solution on allowing the auditors "Read Only" access into SN. After reading all the forums to see what other admins have done, I am still lost as to what route is bes...

Lucien1 by Giga Expert
  • 6358 Views
  • 18 replies
  • 2 helpfuls

gr.update() not working

Hi, gr = new GlideRecord('incident');gr.addQuery('stateNOT IN6,7,8');gr.query();while (gr.next()) {gr.description = gr.description + '.';gr.update();} The above is a small code i am writing to update all open incidents(anything except Resolved, Close...

Manikandan2 by Kilo Expert
  • 6086 Views
  • 16 replies
  • 3 helpfuls

Auto notification to chase end user to provide information

Hi All, When we place our incidents in the state of 'pending' we have an additional sub state field.  One of the options is 'pending client information'.  When in this state the SLA pauses until we receive the details from the client. Part of our pro...

Sam Ogden by Tera Guru
  • 1486 Views
  • 3 replies
  • 4 helpfuls

Voice Notification Setup

When a P1 incident is assigned to a group, customer needs a Voice message/Phone call to their mobile number stating a P1 incident is assigned to their group.I have already configured email/SMS notification. Its working fine. Customer needs to Voice m...