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

Articles

How to redirect user to an external page in UI Builder?

Using Service Portal it is easy to use the window $window object to easily redirect the user to any url. Although, it is not so straight forward when using UI builder. To achieve this, you can always hack the global window object via some currying (I...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Robin John by Kilo Sage
  • 14784 Views
  • 8 comments
  • 4 helpfuls

You are doing it WRONG!! Part 1

Hi All, I'm starting a new series of short and interesting articles. This is the first one in the series. I hope you will like it.   Have you ever faced it when you try to assign a field to a variable and it results in an empty value? var field = cur...

Update value in Multi Row Variable Set (MRVS)

Hi there, The following article is intended to help people to update values within a Multi Row Variable Set (MRVS) based on value(s) set on a variable on the catalog item. I have written this for the following fictitious scenario. We want to manage s...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Willem by Giga Sage
  • 28471 Views
  • 15 comments
  • 26 helpfuls

OnCellEdit() Client Script- ServiceNow (Full Demo)

In the video i have explained below points: 1. What is oncelledit() 2. Difference Between onChange() and onCellEdit() 3. Parameters used in onCellEdit() 4. Scripting Section ( where i have given the demo how user input will be validated with...

Buddy2 by Giga Contributor
  • 1311 Views
  • 1 comments
  • 0 helpfuls

Script Sandbox property

Was working around calling gs.getProperty in my client callable script include and then use it in a condition builder and came across this property.     Script sandboxing prevents certain functions from being accessed for security purposes. You can v...

Maintain instance-specific configurations

  Table of Contents ChallengeSolutionEnhancements As a former software architect for Java-based applications, I was used to maintaining application properties in individual properties files. And it was quite common to have separate properties files...

macro-1452987_1280.jpg MaikSkoddow_0-1687611066628.png

Integrate with Microsoft Intune - Scheduled Data Load

< Previous Article  Next Article >Mapping data with RTE/IRE Closing Off Introduction Now that we have a working retrieval and transformation process for our Intune data, we can schedule this data to auto-load at regular intervals Scheduled Data Imp...

Top Contributors