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

Articles

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
  • 6568 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
  • 26147 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

Automating Remote Updateset Retrieval and Installation

Background Often in DevOps-minded organizations, promoting update sets from lower instances to the Production Environment is considered as something to be automated. As there is no such OOB facility available in ServiceNow, the following script is bu...

find_real_file.png
Sandaru1 by Tera Expert
  • 4581 Views
  • 5 comments
  • 8 helpfuls

Cancel transactions via URL

Developers may be aware of the handy “cancel all transactions” module when we get locked out of a session. However, copying and pasting this URL into your browser will stop the transaction and unlock the session without needing to start another sessi...

Top Contributors