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

ServiceNow/Alexa integration (K16 Hackzone)

By popular demand, here is an XML file containing the app to integrate Amazon Echo with ServiceNow as seen in the K16 developer hub.You'll need to create a new Alexa Skill Kit within the Amazon cloud-based SDK. Point it to your instance's scripted RE...

jcraneNYC by ServiceNow Employee
  • 11317 Views
  • 32 comments
  • 0 helpfuls

Service Portal Catalog Item Menu Widget with Masonry JS

This article will explain how to create a simple widget which will display your current Service Catalog items in a menu leveraging MasonryJS.  -Tested on version: Istanbul- First, let's start with creating and saving a widget: we can call it - "Mason...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
dpalmer by Kilo Guru
  • 1770 Views
  • 2 comments
  • 2 helpfuls

How to make a responsive widget for the Service Portal

Question came up on the community and it isn't the first one. A member would like to have a "action button" that would appear or disappear on the page without needed to reload the page. In this example I borrow an example of a action button from Serv...

find_real_file.png

A Single Widget Portal Page

"If you were told to build a house, but you could only use one tool...which tool would you pull out of your toolbox?"   As an ambitious and curious person, I am forever asking myself, ‘What if?’ What if I decided one day I wanted a portal page that h...

find_real_file.png find_real_file.png find_real_file.png

Script::. How to update a change_request

Script::. How to update a change_request   var objChangeRequest = new GlideRecord("change_request"); objChangeRequest.addQuery("sys_id", "bfb14d900fa0d74032854d6a42050e38"); objChangeRequest.orderByDesc('sys_created_on'); objChangeRequest.query(); o...

Know-More-Now-Logo.jpg
tiagomacul by Tera Sage
  • 1637 Views
  • 1 comments
  • 5 helpfuls

Mid server on Raspberry Pi Zero W

I installed the MID server to "Raspberry pi Zero W" and the connection to the ServiceNow succeeded.I will post it as a case.(By cooperation of Google translation)"Raspberry pi Zero W""Kingston of My Instance" as of February 20, 2018After setting the ...

iwai by Giga Sage
  • 1537 Views
  • 1 comments
  • 4 helpfuls

ServiceNow support for Flask

Hello! I've created Flask extension that uses the Pysnow library for creating apps on top of the ServiceNow REST API.I can think of a plethora of uses for this extension, although the most obvious would probably be to integrate one or more components...

Top Contributors