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

Articles

How to move choices to another instance ?

Working without updateset becomes sometimes cumbersome. Specially when moving choice set to another distance. I am not sure if there is an easy way of doing this. But, I find this way quite easy to implement. An example would be the state field choic...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Yusuf5 by Tera Expert
  • 2142 Views
  • 8 comments
  • 2 helpfuls

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
  • 7686 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
  • 1118 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 Giga Sage
  • 1126 Views
  • 1 comments
  • 11 helpfuls
Top Contributors