We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Articles

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
  • 38471 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
  • 7410 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
  • 53208 Views
  • 34 comments
  • 107 helpfuls

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
  • 27341 Views
  • 24 comments
  • 27 helpfuls

UI Builder Enhancement: Create New Button List with Popup

Opening a Dialog on Button Click in a List (UI Builder)   Configuration Steps Create the following records via configuration:   1. Action Assignment Table: sys_declarative_action_assignment Create a new Action Assignment record.Populate the fields as...

KrisShar_2-1770701514032.png KrisShar_5-1770701567605.png KrisShar_6-1770701750923.png KrisShar_7-1770701762133.png
KrisShar by ServiceNow Employee
  • 1798 Views
  • 2 comments
  • 1 helpfuls

Set Catalog Variables from URL Params (Free tool)

I've had this question come up over and over again in my career: "How do we populate variables on a catalog item or record producer, from the URL?"  There are a couple of ways to do this, but often you'll see one-off solutions that require custom cod...

find_real_file.png

ServiceNow Configuration vs Customization

  Hi All, Hope you are doing great. In this article I will try to provide my personal inputs on Configuration vs Customization as its always being a query in all developers mind.   Lets first try to understand what exactly it means to have Customiza...

20230106_125130_0000.png 20230106_125130_0000.png

How to create your own ServiceNow MCP Server

How to create your own ServiceNow MCP Server Code: anilvaranasi/ServiceNowMCPServer In order to implement Agentic AI one of the first steps it to be able to build AI agents that can interact with ServiceNow. One of the easiest ways to interact with S...

VaranAwesomenow_0-1750748873388.png VaranAwesomenow_9-1750749289673.png VaranAwesomenow_10-1750749544964.png VaranAwesomenow_11-1750749639000.png

Script Action: A Practical Example!

We often hear about and occasionally implement this feature in ServiceNow. I would like to explain it today with a practical example .   What is Script Action: A Script Action in ServiceNow is a server-side script that gets executed in response to s...

HemanthM1_0-1735316475496.png HemanthM1_1-1735316655180.png HemanthM1_2-1735316927404.png HemanthM1_0-1735363386050.png
Hemanth M by Tera Sage
  • 21174 Views
  • 8 comments
  • 20 helpfuls

Data privacy / anonymization in practice

It goes without saying that when a new ServiceNow product is implemented (configured) or an existing one is improved / enhanced for customers, development happens on a non-production environment.  The bug fixes also should be done on this environment...

AttilaVarga_0-1687248229506.png AttilaVarga_1-1687290141332.png AttilaVarga_2-1687290269334.png AttilaVarga_3-1687290366017.png
AttilaVarga by Mega Sage
  • 20465 Views
  • 19 comments
  • 11 helpfuls
Top Contributors