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

Articles

Service Portal Notification Preferences Widget

As you may (or may not) know, one main item missing from the current Service Portal is a way for end users to manage their Notification & Subscription preferences. Currently the only options around this limitation are to either create a custom widget...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
DScroggins by Kilo Sage
  • 23255 Views
  • 37 comments
  • 33 helpfuls

Default Landing Page for SOW

Overview: This document explains how to manage and customize homepage redirection for users in the ServiceNow interface. It focuses on using the sys_homepage_destination_rule table to control where users land after logging in, based on their roles or...

Picture1.png Picture2.png

Generate an Attachment via custom Flow Designer Action

I had a requirement to generate an attachment and I wanted to initiate this via Flow Designer. Unfortunately there is no out of box (OOB) action as part of the 'ServiceNow Core' spoke to perform this. This article is a guide on how to create such an ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Geoff_T by Mega Sage
  • 13209 Views
  • 11 comments
  • 14 helpfuls

Saviynt integration using REST API

Saviynt integration with Servicenow using REST API. User case: Request services (application access, roles) using Servicenow and automate service/request fulfillment using Saviynt (Identity and Access management system). Solution: 1. Create appropria...

OAuth 2.0 Setup in ServiceNow

Integrations in ServiceNow can sometimes feel like wrestling with a puzzle, but setting up OAuth 2.0 doesn’t have to be a headache. I recently implemented this, and it looks straightforward process, which was quick, clean, and reliable. Here’s someth...

Tushar by Kilo Sage
  • 2838 Views
  • 1 comments
  • 5 helpfuls

Understanding Control Parameter in Client Scripts

In ServiceNow Client Scripts, the control parameter denotes the field element (HTML control) that causes an onChange event. When you construct an onChange Client Script, the control parameter is immediately supplied to the function, allowing you to i...

Harsh_Deep_0-1731307591167.png Harsh_Deep_1-1731307591175.png Harsh_Deep_2-1731307591184.png
Harsh_Deep by Giga Sage
  • 3685 Views
  • 1 comments
  • 22 helpfuls

Get Display Values in Client Scripts

As we all know that it's always been a concern to get the display value of different fields/variables in client scripts. So, this little effort is based on my learning to demonstrate that how to get display value of different fields/variables given b...

find_real_file.png find_real_file.png

Disable modals shown on login after San Diego upgrade

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Noticed after the San Diego upgrade, that two different modals are presented after first login? Modals which are presented to every user.   Sure it's only on...

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

Generate CSV file through script

In this article, I will share with you a code snippet that will allow you to export the data to CSV of any table through the script and attach it to a record. var Headers = ["Number","Caller","Short Desc","Assignment Group", "Assigned To"]; var fileN...

asifnoor by Kilo Patron
  • 40291 Views
  • 33 comments
  • 103 helpfuls
Top Contributors