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

Articles

Fluent SDK Best Practices

  I have created this article based on my recent experiences with working with Fluent.   1. Purpose and Scope   Developers should use Fluent for tasks like generating ACLs, Business Rules, or Script Includes, and rely on traditional Script Includes f...

Import Set API - Goodbye SRAPIs?

Back Story I’m often presented with asks to enable technical users and engineers in other IT departments for the ability to allow them to easily integrate with the ServiceNow platform without a complex project workpiece being needed to design the int...

find_real_file.png find_real_file.png

Default Landing Page for SOW

Overview: This document explains how to manage and customize homepage redirection for users in the ServiceNow interface. It focuses on using the sys_homepage_destination_rule table to control where users land after logging in, based on their roles or...

Picture1.png Picture2.png

Integrate with Microsoft Intune - Authorisation

< Previous Article  Next Article >Introduction  Scripted Data Retrieval Introduction To access Intune, we need an access token which tells Microsoft Graph what tenant we're wanting information from, what access we're allowed, and how long we have a...

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

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...

Disable buttons in MultiRow Variable Set

Hi, In this article, I will show how you can disable the buttons or icons in the multirow variable set. Generally, when we add MRVS, we see few buttons which cannot be customized easily and they are AddRemove AllEdit iconDelete icon   I will show you...

asifnoor by Kilo Patron
  • 36834 Views
  • 35 comments
  • 83 helpfuls

Automating the different Instance Scan scan types

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   So you've touched on Instance Scan, maybe read my previous blogs on Instance Scan, or saw Live Coding Happy Hour of last Friday on Instance Scan. And now, wa...

Multi Row Variable Set: Limit Rows

Limit Rows First thought To limit rows a quick search brought us to several sources mentioning: var field = g_form.getField("multiple_approvers"); // multi variable set name if (field != null) { field.max_rows_size = 3; // number of rows allowe...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Willem by Tera Sage
  • 7124 Views
  • 3 comments
  • 17 helpfuls

Generate CSV file through script

In this article, I will share with you a code snippet that will allow you to export the data to CSV of any table through the script and attach it to a record. var Headers = ["Number","Caller","Short Desc","Assignment Group", "Assigned To"]; var fileN...

asifnoor by Kilo Patron
  • 51267 Views
  • 34 comments
  • 107 helpfuls

JUnit-like tests for Script Includes

  In my article Universal Pattern for Script Includes I introduced the Script Include CurrencyUtils which allows conversion between two currencies. At first glance this may seem simple, but in the end it turned into quite a lot of code that needs t...

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

Parallel Approvals in Flow Designer

  Parallel approvals have been a very common thing in the world of workflows. Today, if you try to configure the same in a flow designer, you might face a lot of issues in setting it up within a flow. Yes, You are hearing it right! Parallel approval...

AlikuttyA_0-1671557904299.jpeg AlikuttyA_1-1671557904364.png AlikuttyA_2-1671557904364.png
Alikutty A by Tera Sage
  • 25181 Views
  • 24 comments
  • 26 helpfuls
Top Contributors