Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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
  • 3412 Views
  • 2 comments
  • 12 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  
  • 2545 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 Kilo Sage
  • 4815 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...

Top Contributors