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

Articles

Simple Javascript | Array .map(); method

Hi there, In this article I will describe the use case of map Javascript function and how it can be used in ServiceNow. For example you have a JSON array of employee data and at the end result you only need array collection of employeeId. There are t...

Making Condition type fields human readable

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Ever came across situations where Condition type fields are not human-readable, and are just displayed as the encoded query code? Wondering if we can do some...

Screenshot (12).png Screenshot (11).png Screenshot (13).png Screenshot (14).png

How to get previous values using Flow Designer

Have you ever had the need to retrieve the previous value in the same manner that you do when using the previous object in a Business rule? There is actually a way to accomplish this. Since ServiceNow stores most changes in the sys_audit table you ca...

find_real_file.png find_real_file.png find_real_file.png
OlaN by Tera Sage
  • 5443 Views
  • 1 comments
  • 6 helpfuls

Read-only Multi-Row Variable Set

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   While working with the Multi-Row Variable Set on Catalog Items, a while ago I stumbled on the Multi-Row Variable Set being editable when working on Requested...

find_real_file.png find_real_file.png find_real_file.png

FOR BEGINNERS: Why Do Data Types Matter?

A little lesson on why understanding Data Types is crucial.  Consider this data....   Bob 42 3.14 12/12/2012 12:00:00     DATA TYPES MATTER BECAUSE SORTING MATTERS 100,000 11 30,000 500 These are all sorted correctly.  So long as you forget that the...

RobertFedoruk_1-1691799932995.png RobertFedoruk_3-1691800198840.png RobertFedoruk_4-1691800280584.png RobertFedoruk_5-1691800358272.png
Uncle Rob by Kilo Patron
  • 1099 Views
  • 1 comments
  • 1 helpfuls

Revival of the "System Diagnostics" - Homepage

  Those readers who have known ServiceNow a little longer and are more in the role of a system administrator may still be familiar with the "System Diagnostics" homepage.    I always liked that overview, as it provides a lot of interesting informat...

MaikSkoddow_4-1676191026127.png MaikSkoddow_0-1676036693490.png MaikSkoddow_0-1676045563362.png MaikSkoddow_0-1676051001713.png

Exploring Advance Reporting Conditions using Script

Introduction :   In ServiceNow, leveraging filter conditions at the list or report level is a seamless process. However, when it comes to implementing intricate or complex conditions that surpass the standard filter capabilities, it's a different bal...

GunjanKiratkar_0-1702226187559.png GunjanKiratkar_1-1702226378787.png GunjanKiratkar_2-1702226499970.png

Exporting to MySQL, Oracle or SQL Server with DataPump

DataPump is a contributed application which can be used to export ServiceNow data to MySQL, Oracle, Microsoft SQL Server or PostgreSQL. This application has two parts: A scoped ServiceNow app (x_108443_sndml) which is used to configure and manage exp...

JDBC connection with Azure SQL Database

I faced this issue with one of my customers, and I had to spend a substantial amount of time reading ServiceNow and Microsoft documentation, so I thought I'd summarize the solution which finally helped to solve the task.   1. Update JDBC driver on MI...

Anton Lykov by ServiceNow Employee
  • 11263 Views
  • 6 comments
  • 8 helpfuls

Importing Bootstrap into Now Experience

UI component development through package.json is same as react JS.I found two ways to utilize bootstrap through trial and error below are ways to import bootstrap in now experience component. Step 1:Import bootstrap into now experience project Go to ...

Top Contributors