Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Articles

Add row onLoad to Multi-Row Variable Set

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Commonly questions are asked on the Community about scripting around Multi-Row Variable Set. One of those questions which I've answered several times, "How t...

find_real_file.png

Visual Task Board unlimited labels [New York]

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   A common question on the community is how to create a new label on the Visual Task Board. Up to London, there were 5 labels, with Madrid 7 labels. Though wha...

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

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
  • 50757 Views
  • 11 comments
  • 26 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

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
  • 14399 Views
  • 11 comments
  • 13 helpfuls
Top Contributors