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

Articles

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  
  • 2334 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
  • 4189 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...

BuildToVolunteer: #BuildWithAES

Building an app with App Engine Studio Maarten Koster and I have met up to build an app in ServiceNow. To do this we decided to use App Engine Studio (AES). There are several goals behind this, build an app to support volunteering efforts, get more e...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Community Alums by Community Alums  
  • 2216 Views
  • 1 comments
  • 2 helpfuls

New Widget: Progress Tracker

I have uploaded a new widget to the share site: https://share.servicenow.com/app.do#/detailV2/4775d202db4ad700b960a6e51b961940/overview This widget can give you a progress bar UI to track the progress of any background jobs that were started using th...

find_real_file.png find_real_file.png
Jon Barnes by Kilo Sage
  • 4052 Views
  • 3 comments
  • 3 helpfuls

Populate RITM Price Field with Catalog String Variable

While we're still currently on Orlando, I think this would apply to almost any supported version. Note that this simple solution would apply in environments following a similar Catalog Item pricing framework. Not all Catalog Items have standard prici...

Paul Porter by Tera Expert
  • 3144 Views
  • 6 comments
  • 2 helpfuls

OAuth2.0: Get new Access Token from existing Refresh Token

Please hit Like or Bookmark this article if it helps.   Applicable to: Outbound Integrations from ServiceNow to third party applications using OAuth2.0 An Access Token in OAuth2.0 will expire at some point in time, and when they expire we need to req...

find_real_file.png
ARG645 by Tera Guru
  • 11004 Views
  • 3 comments
  • 7 helpfuls

Restricting visibility of report filters to specific groups

The article below explains how to share a report with a specific group or with members having a specific role but to restrict their ability to view / modify the filters added. 1. As an admin, create a report with a filter criteria. In the example bel...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Arav by Tera Guru
  • 3334 Views
  • 1 comments
  • 5 helpfuls

Syntax Editor : Introduction

Definitions: The Syntax Editor(SE) is a ServiceNow built-in text editor. It offers the following features as you script: Automatic Javascript syntax coloring, auto-indentation, line numbers, and creation of closing braces and quotes.Code Editing func...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Dhruvii by Kilo Sage
  • 2205 Views
  • 4 comments
  • 23 helpfuls
Top Contributors