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

Articles

GlideAjax Example Cheat Sheet (UPDATED)

It can be hard to remember all of the Client and Server elements of a GlideAjax call. I created a simple example with color coding to help make sure I don't miss any of the details when I'm making a new call from scratch. I hope this helps. I attache...

VS Code setup for servicenow

 Installation procedure. 1. Install VS code extension – [ sn-scriptsync].        2. Create a new folder with the name “sn-scriptsync" under Documents directory.            3. Install “ServiceNow Utils” – browser extension in Chrome or Firefox browser...

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

Return logged-in user groups using getMyGroups()

Hi All, Today I have found an amazing undocumented API that outputs all logged-in user group sys_id(s). You can use this to reduce the amount of scripting   You can try this in your Background script gs.print(gs.getUser().getMyGroups()) Output :  Re...

find_real_file.png

Using the Choice Lists Table for Lookup Select Box

Overview Many times you may have a variable that also has as choices from a table. Instead of re-creating all of the choices in the variable and having to maintain them in two places, you can use a variable type of Lookup Select Box. Single Choice So...

ccajohnson by Kilo Sage
  • 28407 Views
  • 8 comments
  • 25 helpfuls

No Code date validations through (Catalog) UI Policies

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Client Side date validations, o man, they can be a real pain in the but! Getting the right format, different language settings, timezones, etc.. And then wor...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Mark Roethof by Tera Patron
  • 107567 Views
  • 55 comments
  • 257 helpfuls

An Examination of gs.eventQueue

While I was working with notifications, I realized that there are some incredibly useful and neglected parts of ServiceNow that sometimes aren’t used to their fullest potential. I’d like to go over one of them right now, gs.eventQueue.   One thing se...

ServiceNow HRSD (Tutorial Article Part - 1)

Hello ServiceNow Family, I have started a Article series on more compelling Module ServiceNow Human Resources.   In many companies, HR spends a significant amount of time on repetitive tasks such as responding to emails, managing chats, and using...

RaviGaurav_0-1716287715836.png RaviGaurav_1-1716287842824.png RaviGaurav_2-1716289161582.png RaviGaurav_3-1716290618642.png
Ravi Gaurav by Giga Sage
  • 28726 Views
  • 21 comments
  • 90 helpfuls

Linking Update Set to Agile Story

Hello Everyone,  I recently came up with a useful solution to help deployments move along a bit more seamlessly for my organization. Our team uses the Agile Development application to create and track work for our sprints. We also use Update Sets to ...

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

Get server data in widget client controller

Problem: GlideAjax is not supported in widget client controller. so it can't be used to get data from server KB0691908   Alternate Methods to get server data to client controller of widget!! Method 1:Using server.get() method to get data from server....

find_real_file.png
Top Contributors