Converting XML to JSON

Converting XML to JSONRead More →

How to read masked fields in ServiceNow

How to read masked fields in ServiceNowRead More →

Accessing record field values in UI Builder

Accessing record field values in UI BuilderRead More →

Filter by the current user's language

Filter by the current user's languageRead More →

Making custom tables searchable in ServiceNow

Making custom tables searchable in ServiceNowRead More →

Remove HTML from string in ServiceNow

Remove HTML from string in ServiceNowRead More →

How to pass catalog item variables to catalog tasks (sc_task)

How to pass catalog item variables to catalog tasks (sc_task)Read More →

How to set the fallback topic in ServiceNow Virtual Agent

How to set the fallback topic in ServiceNow Virtual AgentRead More →

How to solve Error: 'There was an error running the batch test.' when trying to test a model in NLU Workbench

How to solve Error: 'There was an error running the batch test.' when trying to test a model in NLU WorkbenchRead More →

How to pretty print XML in ServiceNow

How to pretty print XML in ServiceNowRead More →

How to create a new table in ServiceNow without the u_ prefix

How to create a new table in ServiceNow without the u_ prefixRead More →

How to exit a topic and return to topic discovery in Virtual Agent

How to exit a topic and return to topic discovery in Virtual AgentRead More →

My Knowledge 24 Recap

My Knowledge 24 RecapRead More →

Fixing 'Cannot commit Update Set: Update scope id is different than update set scope id' errors in exported update sets

How does getLastErrorMessage work?

How does getLastErrorMessage work?Read More →

How to prevent a record insert in ServiceNow

How to prevent a record insert in ServiceNowRead More →

How to store and retrieve an array of values in a sys_property

How to store and retrieve an array of values in a sys_propertyRead More →

Emojis in virtual ageny survey not appearing in different languages

Emojis in virtual ageny survey not appearing in different languagesRead More →

How to add an attachment to a record with virtual agent

How to add an attachment to a record with virtual agentRead More →

How to test an outbound SOAP message

How to test an outbound SOAP messageRead More →

How to restrict virtual agent to certain portals

How to restrict virtual agent to certain portalsRead More →

Using Azure Open AI on ServiceNow

Using Azure Open AI on ServiceNowRead More →

Escaping control characters in ServiceNow

How to escape control characters such as in ServiceNowRead More →

Sleep in server-side scripts

Sleep in server-side scriptsRead More →

Running a scheduled job from a script

Running a scheduled job from a scriptRead More →

How to run a script in a field from another script

How to run a script in a field from another scriptRead More →

Deleting records after a transform map

Deleting records after a transform mapRead More →

How to delete multiple records

How to delete multiple recordsRead More →

How to get an MD5 hash in ServiceNow

How to get an MD5 hash in ServiceNowRead More →

Deleting records after a transform map completes

Deleting records after a transform map completesRead More →

New location for my NextExp content

New location for my NextExp contentRead More →

How to list the methods of a Java class in Rhino

How to list the methods of a Java class in RhinoRead More →

How to find out if a sysId has valid formatting

How to Pass Variables into a Modal

How to pass variables into a modal in ServiceNow Configurable WorkspacesRead More →

Scripted Automated Testing in ServiceNow

Scripted Automated Testing in ServiceNowRead More →

How to import an update set

How to import an update setRead More →

Useful Links and Resources for UI Builder and Next Experience

Useful Links and Resources for UI Builder and Next ExperienceRead More →

Waiting for Condition Script in ServiceNow

Waiting for Condition Script in ServiceNowRead More →

Authenticating against the ServiceNow API with Session Tokens

Authenticating against the ServiceNow API with Session TokensRead More →

AI Driven ServiceNow Development: A Wardley Map

AI Driven ServiceNow Development: A Wardley MapRead More →

Get date in DD.MM.YYYY format in ServiceNow

et date in DD.MM.YYYY format in ServiceNowRead More →

The Unreasonable Effectiveness of Sequence Diagrams in MermaidJS

The Unreasonable Effectiveness of Sequence Diagrams in MermaidJSRead More →

Ask Your Instance: Use Chat GPT To Understand Code on Your ServiceNow Instance

How to set the cc field on an email notification in ServiceNow

How to set the cc field on an email notification in ServiceNowRead More →

Custom Next Components: Check List

Next Experience Custom Component Development Resources

Resources for building custom Next componentsRead More →

Running PowerShell scripts programmatically with ServiceNow

Running PowerShell scripts programmatically with ServiceNowRead More →

Chat GPT for ServiceNow Developers

Chat GPT for ServiceNow DevelopersRead More →

Opening a modal from a record in Configurable Workspaces

How to open a modal from a record in Configurable Workspaces, configured through UI Builder.Read More →

Adding an action bar button to a configurable workspace

How to add a button to the action bar on a form in a configurable workspace.Read More →

Creating a counter - Next Experience custom component development

A tutorial how to create a counter component using ServiceNow's Next UI Experience.Read More →

Resolving: Unexpected token < in JSON at position 0

How to resolve: Unexpected token < in JSON at position 0 in 'https://<instance-name>.service-now.com/api/now/table/sys_properties':Read More →

How to change the name of a custom next component.

A brief quick guide on how to change the name of a custom next component.Read More →

Setting up your environment for Now Experience / UI Builder custom component development

In this tutorial you will learn how to set up your local environment for development of custom Now Experience / UI Builder componentsRead More →

Type checking locally with SN Sync

In this tutorial you will learn how to set up local type checking with SN SyncRead More →

Resolving Error: Cannot find module '../build/Release/keytar.node'

How to resolve the error Error: Cannot find module '../build/Release/keytar.node'Read More →

Resolving the warning: This instance does not support dynamic commands. Functionality will be limited.

In this tutorial you will learn how to create custom UI Builder componentsRead More →

Debugging tips for UI Builder (ServiceNow Now Experience)

In this tutorial you will learn some tips on how to debug inside UI BuilderRead More →

How to make a remote REST API request using UI Builder (ServiceNow Now Experience)

In this tutorial you will learn how to make a REST request to a remote API from within UI Builder. This allows you to pull in external data resources into your Now Experience Configurable Workspace.Read More →

Validating an email address

Creating a Catalog Task from a script in Service Now