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

Articles

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
  • 894 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
  • 1015 Views
  • 1 comments
  • 11 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
  • 1067 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...

Team Development Considerations.pdf

How many instances does Team Development require?How does Team Development compare to Update Sets?How does Team Development compare with external SCM tools, like Git?These are a few of the common questions I've been asked as customers adopt Team Deve...

james_owen by ServiceNow Employee
  • 1501 Views
  • 1 comments
  • 0 helpfuls

Forms layout documentation — Database View style

Have you ever struggled with the task of documenting the layout and content of the forms used in your ServiceNow instance? Did you find it time consuming and really boring? Wouldn't it be great if you could just pull out a list of every layout of eve...

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