The CreatorCon Call for Content is officially open! Get started here.

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

Articles

Script to send multipart (including text and binary) RestAPI

I've successfully submitted a multi-part Rest API, so I'll post an example Script.This Script is sent using an attachment as a multi-part body.Attachments are multi-part data that includes text and binary data. Examples include JSON and PDF. I use "B...

iwai by Giga Sage
  • 11551 Views
  • 23 comments
  • 23 helpfuls

Embedding Virtual Agent on UI Builder Page

Embedding Virtual Agent on UI Builder Page If you are looking to use Virtual Agent on any UI Builder page, then this is one easy option to embed it. There is a component available called “Agent Chat” this is going to be used by the Agent who wants to...

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

Hide/Remove email box from list type fields

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   While working with fields of type list, you might encounter that these in some circumstances contain an email envelope. You could add email addresses here in...

find_real_file.png find_real_file.png find_real_file.png

Useful GlideForm Client-side API Methods

ServiceNow provides client-side JavaScript APIs allowing you to control aspects of how ServiceNow is displayed and functions within the web browser. The GlideForm client-side API provides methods for managing form and form fields including methods to...

find_real_file.png find_real_file.png

Enable Dot-Walked Fields in Client Scripts

Let’s say you have a reference field like Caller on the Incident form. You want to trigger an onChange Client Script when the phone number of the selected caller changes. But when you try to create the script, you only see this:   Yep — dot-walked...

Image 1.png Image 2.png Image 3.png Image 4.png

Linking A Studio App to GitHub

Here's an example of using Studio's source control integration to track your ServiceNow application development via GitHub. Create Credential You will need to add a credential to your ServiceNow instance so it can perform actions in your GitHub repos...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Will Hallam by ServiceNow Employee
  • 11547 Views
  • 13 comments
  • 25 helpfuls

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
Top Contributors