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

Articles

You-Dont-Know-SN-APIs : GlideAggregate

GlideAggregate     Recently, I gave an interview, where I was asked to write a script in scripts - background to print priority-wise count of all incident records. And I could not do it. Primarily because I did never use this API for anything else bu...

beingfluid by Kilo Sage
  • 2474 Views
  • 2 comments
  • 11 helpfuls

New "Hide" variable field (onLoad)

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Scrolling through the Quebec release notes for Service Catalog improvements, you might have noticed the three improvements for Variables. One of these, "Make...

find_real_file.png find_real_file.png find_real_file.png

How to Limit Concurrent Login Session in ServiceNow

Hi All, Recently I came through a requirement to configure the concurrent login sessions restriction and please find the below steps to achieve the same.  1.  Install the free plugin "Limit Concurrent Sessions" 2. Set the property 'glide.authenticate...

Community Alums by Community Alums  
  • 1981 Views
  • 1 comments
  • 3 helpfuls

Understanding and using inheritance in Script Include

A few days ago I saw a question on the ServiceNow community about how inheritance works in a script include so I thought to write a short article about that. In Script include we can write a function or we can create a class. In JavaScript, class ...

find_real_file.png
Ahmed Drar by Tera Guru
  • 3429 Views
  • 2 comments
  • 4 helpfuls

Encoded queries - the easy way to check\validate

If you have ever needed to debug code with multiple encoded queries you will know it can have it's moments, especially as your often dealing with the result of someone else’s headspace.  Sure you can write the queries to log, but the resulting summat...

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

Inheritance revisited

Hello-- Many of us might have faced challenges when we tried to change the core business logic of ServiceNow's Script Include which is protected, read only. I believe below would help you overcoming that challenge. Please read through.    Problem sta...

Generating a Catalog Item Variables summary

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   When working with Catalog Items, and which have Variables, at a certain point you'll cross a question on how to write those Variables to a Short Description,...

Scoped Application Release Process

I have come across this scenario with many customers where they want to develop code as custom applications but don't have a clear process or required toolset. e.g. Some customers have restrictions to git. Below is the scoped application release proc...

Real-time Cases with Glide Form

What is Glide Form and usage (g_form) The Glide Form is client side API, mainly used to change default behavior of the current record GlideForm methods are only running on the client side (Browser). The global object g_form is used to access GlideFor...

Top Contributors