Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Articles

Auto Refresh OAuth Access Token

OAuth 2.0 is a widely adopted authentication method across numerous ServiceNow integrations. Whether it’s for a custom scripted integration or an Integration Hub spoke, OAuth token flows are frequently utilised. Two of the most commonly employed flow...

refresh_email_token_script.png oauth_token_refresher_script_include.png sharepoint_refresh_token_job.png sharepoint_token_record.png

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 ServiceNow Employee
  • 60651 Views
  • 37 comments
  • 34 helpfuls

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
  • 36599 Views
  • 11 comments
  • 16 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...

Community Alums by Community Alums  
  • 10868 Views
  • 8 comments
  • 11 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
  • 9092 Views
  • 1 comments
  • 24 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
Top Contributors