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

System Properties & it's Usage

System Properties System properties used to store configuration information that rarely or never changes. We can add or update to control the system behavior. It is best practice to use a system property instead of hard cladding the fixed values.Syst...

find_real_file.png
Sagar Pagar by Tera Patron
  • 49265 Views
  • 11 comments
  • 25 helpfuls

How to create your own ServiceNow MCP Server

How to create your own ServiceNow MCP Server Code: anilvaranasi/ServiceNowMCPServer In order to implement Agentic AI one of the first steps it to be able to build AI agents that can interact with ServiceNow. One of the easiest ways to interact with S...

VaranAwesomenow_0-1750748873388.png VaranAwesomenow_9-1750749289673.png VaranAwesomenow_10-1750749544964.png VaranAwesomenow_11-1750749639000.png

Save Catalog Items as draft

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Turning the Release Testing Preview (RTP) Release Notes for the Washington DC release inside out, there was a wow moment... "Let your catalog item requesters...

01.png 02.png 03.png draft.png
Mark Roethof by Tera Patron
  • 37973 Views
  • 59 comments
  • 173 helpfuls

My collected list of useful Business Rules

If you want to get notified when new Business Rules are added by me, you can subscribe to this page!   Over time, every developer or system administrator builds little helpers that make working with ServiceNow more convenient and secure. This is al...

tool-gcb78f6529_1280.jpg MaikSkoddow_1-1671370841592.png MaikSkoddow_0-1675517596875.png MaikSkoddow_1-1675518109336.png

Zurich's Sys Audit Retention (undocumented)

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Every ServiceNow release has some hidden gems, and the Zurich (Early Availability) release is no other. During (Unofficial) Live Coding Happy Hour, Rafael Co...

sys_audit_retention_01.png sys_audit_retention_03.png sys_audit_retention_02.png sys_audit_retention_04.png

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

Return logged-in user groups using getMyGroups()

Hi All, Today I have found an amazing undocumented API that outputs all logged-in user group sys_id(s). You can use this to reduce the amount of scripting   You can try this in your Background script gs.print(gs.getUser().getMyGroups()) Output :  Re...

find_real_file.png

How to use Automatic Group Member Management

The Application We uploaded our new application Automatic Group Member Management to the ServiceNow Share. The app can be used to handle group memberships automatically based on certain conditions. The conditions can be either based on a user (e.g. D...

find_real_file.png find_real_file.png find_real_file.png

JSON field attribute

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   A situation that sounds familiar when working with fields with JSON code: The JSON code hard to read, the code looks unformatted, the structure or errors are...

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

ServiceNow to Azure DevOps Integration Using REST APIs

Hello, ServiceNow and Azure DevOps enthusiasts! In today’s article, I will walk you through how to integrate ServiceNow with Azure DevOps using REST APIs to automatically create work items in Azure DevOps when incidents are raised in ServiceNow. This...

selvarun_0-1739388592511.png selvarun_1-1739388592513.png selvarun_4-1739388702509.png selvarun_2-1739388592516.png
Selva Arun by Mega Sage
  • 13218 Views
  • 11 comments
  • 13 helpfuls
Top Contributors