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

Articles

Create your own Dynamic Filters

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Dynamic Filters, a functionality within ServiceNow that has been around for a while now. Dynamic Filters is a bit underutilized in my opinion. We probably al...

find_real_file.png find_real_file.png find_real_file.png

Sync Comments and Work Notes without Duplicates

In the ServiceNow ecosystem, we frequently encounter the requirement to synchronise journal field entries, such as Work Notes or Additional Comments, between related task records. The most straightforward approach is to use business rules. This metho...

copy_work_note_business_rule_record.png copy_work_notes_business_rule_script.png

How to add field to a Lookup Select Box?

This article is about showing how one can add a field to Lookup Select Box. By default the lookup select box references a table to populate values. i came across a case where I needed to display values on RITM form but not on Portal. This was a trick...

Amol4 by Tera Contributor
  • 2029 Views
  • 1 comments
  • 1 helpfuls

Subscription-based Table API

ServiceNow Table API. It is available baseline for all tables, easy to use ... and not so easy to grant/deny access and control what records and attributes can be used by each integration. Giving baseline roles, such as cmdb_read for CMDB, itil to ac...

Subscription Table API.jpeg Data Table Configuration.JPG Account Subscription.JPG Subscribed Table.JPG

Confused by ServiceNow licensing?

Many companies either pay more than they should, don’t fully use what they’ve paid for, or assign licenses in a way that just doesn’t make sense. The worst part? Most don’t even realise it.   Why ServiceNow Licensing Feels So Complicated Understandin...

Import On-Demand: Automate File Imports using ServiceNow

This functionality enables users to upload files (like Excel spreadsheets) through a catalog item and automates importing and transforming the data. The process upon submission, imports the file, transforms it and updates the target table, deletes th...

cat item 1.png cat item 2.png data source.png script include.png
Kalisha_m by Giga Guru
  • 6586 Views
  • 4 comments
  • 12 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

UI Builder Component: Content Tree

ServiceNow documentation: https://developer.servicenow.com/dev.do#!/reference/now-experience/sandiego/now-components/now-content-tree/overview Use Cases The Content Tree is a powerful widget to make complex data structures transparent. Examples of us...

find_real_file.png find_real_file.png find_real_file.png

Boost Your ServiceNow Scripts with addExtraField

I want to shine a spotlight on addExtraField(), a lesser-known GlideRecord method in ServiceNow that’s a total game-changer for anyone dot-walking fields. If you’re writing scripts that dig into reference fields—like caller_id.company.name on the inc...

Tushar_0-1757433019140.png
Tushar by Kilo Sage
  • 341 Views
  • 1 comments
  • 2 helpfuls

Expand Code Search tables

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Ever used the out-of-the-box Code Search, for example using Studio or SNUtils? And noticed that it will return a lot, though you might miss some artifacts? F...

code_search_01.png code_search_02.png code_search_03.png
Top Contributors