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

Articles

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

JUnit-like tests for Script Includes

  In my article Universal Pattern for Script Includes I introduced the Script Include CurrencyUtils which allows conversion between two currencies. At first glance this may seem simple, but in the end it turned into quite a lot of code that needs t...

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

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
shriramjosh by Tera Guru
  • 5463 Views
  • 12 comments
  • 18 helpfuls

Application Naming Convention

Any naming or category system will turn out to be insufficient at some point in time. Yet, no naming convention is even worse – so teams are well-advised to agree on a naming convention early on – and once its deficiency is obvious, adapt and refacto...

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
  • 27313 Views
  • 4 comments
  • 14 helpfuls

EVAM View Template - JSON Configuration

If you’ve setup an EVAM data resource for the UI Builder or followed along with @Brad Tilton's blog, you’ll know that as part of the setup steps, you have to configure a View Template [sys_ux_composite_data_template] using some JSON  magic. After som...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Nia McCash by Mega Sage
  • 13165 Views
  • 14 comments
  • 24 helpfuls

How To: Dynamic data in UIB Dropdown component

How to use dynamic data options in your dropdown component (and other components) The dropdown component lets you use data binding from a data resource(data broker), however, this resource output is probably not in the correct format which would resu...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Max Selwyn by ServiceNow Employee
  • 11184 Views
  • 5 comments
  • 24 helpfuls

Variable editor on child task(other than catalog task)

Hello Community, Variable editors are really great way to show end user’s input to fulfillers. I get this question several times that, "hey Rahul, can we show variables on tasks other than catalog task" ? Actually, there was a $500 bounty about this ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
rahulpandey by Kilo Sage
  • 57132 Views
  • 48 comments
  • 38 helpfuls

Hide Incident Summarization on the Incident Details Tab

Overview This article shows you how to hide the AI-generated Summary component from the Incident record Details tab in Service Operations Workspace. The AI-generated Summary feature is enabled by default on both the Overview and Details tabs of the I...

Existing_UX_Property.png Updated_UX_Property.png
AdityaKSingh by ServiceNow Employee
  • 501 Views
  • 1 comments
  • 0 helpfuls

Fluent SDK Best Practices

  I have created this article based on my recent experiences with working with Fluent.   1. Purpose and Scope   Developers should use Fluent for tasks like generating ACLs, Business Rules, or Script Includes, and rely on traditional Script Includes f...

Top Contributors