Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Articles

Create a Dynamic Sitemap in ServiceNow

Originally posted @ https://www.kevin-custer.com/blog/create-a-dynamic-sitemap-in-service-now/ Intro For organizations having public-facing service portals, there is often a need to have public content indexed, or crawled, by search engines in order ...

find_real_file.png
KevinCuster by Tera Contributor
  • 4342 Views
  • 4 comments
  • 1 helpfuls

ServiceNow Integration with AWS Lambda

Hi ServiceNow community! Have you tried or would like to integrate ServiceNow with AWS Lambda? If so, this blog post is for you. This post explains the steps required to setup a REST Message on ServiceNow and also how to setup a simple Lambda functio...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Filter assessment metric reference fields

Disclaimer: This worked for our use case, and as with anything on the platform, there are probably many other ways to do this. (Except OOB)   One major draw back to assessments/surveys is the inability to filter the results displayed in reference met...

find_real_file.png find_real_file.png
johnstettin by Tera Expert
  • 4892 Views
  • 5 comments
  • 2 helpfuls

Deploying VueJS apps from ServiceNow

In this article, you will learn how to create, build, and most importantly: deploy a VueJS application on a ServiceNow instance. Credit goes to Andrew Pishchulin for his React application in ServiceNow, which provided the clues I needed to write a si...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Grant Hulbert by ServiceNow Employee
  • 6933 Views
  • 6 comments
  • 5 helpfuls

Best approaches to build powerful react+redux applications

Due to the deluge of tools and libraries available today, it is quite easy to get confused about when to use React or a combination of React+Redux in building web applications. That is the exact premise of this blog, to clear the clutter surrounding ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Imaginea by Kilo Explorer
  • 1805 Views
  • 1 comments
  • 1 helpfuls

Parallel Flow Launcher Activity on Catalog Items

Recently, I worked on the Parallel Flow Activity which works like a charm. I was using a catalog item i.e. sc_req_item table and calling multiple sub flows. I couldn't find lot of information on it so I am writing this post so that others find it use...

Initial.png Coordinator.png find_real_file.png

Tips on asking Question On Community

Hi Everyone,   As an MVP I look at, and respond, to a lot of questions on the community and so here are a few suggestions from me that might help you ask the question in a better way:   Don't Assume People on this community as familiar with your prob...

No-Codifying Info and Error Messages

Introducing Popup Manager, a way to write Info and Error messages without a single line of code Foreword: This article is an in depth explanation into the problem statement and how I went about solving the issue. If you just want to download the comp...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

webservice creating incident

ServiceNow incident Web API webservice criando um incident   The very first thing You need a user to post something in ServiceNow Create a user   Acesso a documentação / documentation https://<instance>.service-now.com/incident.do?WSDL TO Create a re...

AES (Rijndael) Encryption using Stanford Javascript Crypto Library SJCL for short (Works in scoped applications only)

Knowledge on how encryption works is a prerequisite. Its hard to find a JS library that runs perfectly with ServiceNow JavaSript Engine which supports ECMAScript5. Libraries like CryptoJS by Google wouldn't work right away without modifications. Yet ...

Sending the Selected Attachments in an Email Notification.

Hi Buddies, I have seen most of the guys searching for this topic and recently one of my friend also asked me to help him in 'sending the selected attachments in the email notification from our incident record '. Generally,There are two approaches to...

Lahari7 by Kilo Contributor
  • 2382 Views
  • 3 comments
  • 0 helpfuls

ServiceNow BuildWithAES challenge

I have done my bit to participate in ServiceNow's App Engine Studio challenge. To be true to its no-code / low-code nature, I decided to use one of the AES templates to build a performance evaluation application. #BuildWithAES 1. Used template "Perfo...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Top Contributors