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

Use NiceError to generate better log messages

There's a neat little script include provided OOB called NiceError.  The usage is very simple, simply invoke the script include constructor to get your message: var msg = new NiceError("Some log message"); gs.info(msg);  What it does for you is where...

LukeVanEpen_0-1670216109298.png LukeVanEpen_1-1670216203446.png LukeVanEpen_2-1670216211945.png LukeVanEpen_4-1670217129462.png

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 Giga Sage
  • 5627 Views
  • 2 comments
  • 17 helpfuls

CyberArk Integration with ServiceNow

  ServiceNow CyberArk Integration Steps to follow   The MID Server obtains the credential identifier from the instance, and then uses a customer-provided JAR file to resolve the identifier from the repository into a usable credential. Note: Customer ...

find_real_file.png

Need to know about Schedules and Define them in SLAs

What are schedules :  These are rules that include or exclude time for various actions or tasks used in 1) Service Level Agreements (SLAs)               2)Inactivity monitors : Inactivity monitor that triggers an event for a task record when the task...

HemanthM1_0-1700401146596.png HemanthM1_2-1700895939834.png HemanthM1_0-1700896970793.png HemanthM1_3-1700896092119.png
Hemanth M1 by Giga Sage
  • 3362 Views
  • 2 comments
  • 5 helpfuls

Video: User Interface | Lists

This video provides an in-depth look at the features and functions of lists in the ServiceNow user interface. It applies to the Helsinki release of ServiceNow and may apply to future releases as well. The admin role is required for some features show...

Query Business Rules vs. ACL - comparison

Hi everyone, I recently had to explain to someone the difference between Query BR and ACLs and realized that this is an ongoing debate topic for many people. Opinions on which method of restricting access is preferred are quite divided. Below I would...

Code search

Hello everybody, I want to share a quick way to search for a string in the instance code,using a slightly modified version of UI Page "CodeSearchExampleUse". Create a new UI Page HTML <?xml version="1.0" encoding="utf-8" ?> <j:jelly trim="false" xmln...

find_real_file.png find_real_file.png

How to add a notification in Workspace

Goal: You want to configure notifications in a UIB workspace so that users receive immediate updates about records they need to work on without leaving the workspace. For example, to receive a notification when a record is assigned to a user like bel...

find_real_file.png
Marc Mouries by ServiceNow Employee
  • 5740 Views
  • 9 comments
  • 17 helpfuls

How to use HighChart in Service Portal

Hi All, this is first article and sharing my experience (code and steps) to create a service portal widget having charts using HighChart.js  so that other community users can get benefits. My requirement was to create a service portal page to show da...

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

Adding attachments to Email

Hi, In this article, i will show you how we can add attachments to email. The recommended way is to use Include Attachments checkbox in the notification. Once you check the Include attachments, the attachments associated with that record will be sent...

asifnoor by Kilo Patron
  • 24315 Views
  • 7 comments
  • 37 helpfuls

Exploring dictionary types : Name-Value Pairs

JSONs are widely recognised for their capability to store multiple values in a single variable. In ServiceNow, we frequently use JSONs in our scripts; however, there is also a dictionary data type available. This allows you to store a simplified vers...

name_value_pair_dictionary_record.png name_value_pair_form_view.png
Top Contributors