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

Update Bulk Records

Following are two bulk update scripts that can be reused. If record bulk is bigger than 5000 var gr = new GlideRecord('table_name'); gr.setLimit(100); //will update 100 records at a time gr.addEncodedQuery('ADD QUERY'); // Add query gr.query(); ...

Sandaru1 by Tera Expert
  • 4398 Views
  • 4 comments
  • 2 helpfuls

REST Integration with Dell Tech Direct

I wanted to put together a brief article around integrating ServiceNow with Dell's TechDirect warranty API to collect an asset's Warranty Expiration date. In this article, I will detail the Outbound REST message setup, scripting the business rules an...

find_real_file.png find_real_file.png find_real_file.png
Rick Mann by Tera Expert
  • 26163 Views
  • 57 comments
  • 31 helpfuls

A Guide to Inbound Actions: Automated Incident Creation

Hello Community,   My customer used SharePoint Lists to manage incidents previously and is now migrating to ServiceNow Incident Management. Previously, end users sent emails with a specific subject to SharePoint. However, they will now send emails to...

EZServiceNow_1-1702903411107.png EZServiceNow_2-1702904397867.png EZServiceNow_3-1702904795222.png
Community Alums by Community Alums  
  • 8734 Views
  • 2 comments
  • 3 helpfuls

ShowMore/ShowLess Widget for field data in ServicePortal.

The Widget will help you to show less characters if you have a field in you table which contain 200-300 words of data in it and it is making you layout look like text page. and you have to scroll down for reading it.  e.g.- The Change Management form...

find_real_file.png find_real_file.png
Maroof Ali by Tera Contributor
  • 2191 Views
  • 4 comments
  • 5 helpfuls

How to idenfity which Now Component Button was clicked

Did you know that there is an undocumented (as of 2020-Oct-19) property for the now-button component that can help you identify which button was clicked?  It’s called componentName.  The Problem If you use multiple now-button components, you need a w...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Nia McCash by Mega Sage
  • 2378 Views
  • 3 comments
  • 10 helpfuls

Real-time scenarios - Scripting - Part 1

THANK YOU SERVICENOW COMMUNITY, JUST SUMMARIZING THEM AT ONE PLACE FOR THE CONVENIENCE OF THE NEWCOMERS, WHO OFTEN KEEP ASKING FOR REALTIME SCENARIOS. Dear learners, I am no expert on ServiceNow development. There is this never dying quest to attempt...

Anish Reghu by Kilo Sage
  • 11098 Views
  • 3 comments
  • 22 helpfuls

How to know groups without members

Hi community   Today I needed to answer this question: How we know which groups haven't members? Looking in the community I found helpful posts about it and now I shared my implementation to help other mates with the same question Step 1 I added a fi...

Mandatory Variables on Close

Use Case I have seen many requests to have variables that were hidden on the initial submission form visible on the Catalog Task record. These variables would only be mandatory upon Close, as well as only mandatory for those tasks that require it. So...

ccajohnson by Kilo Sage
  • 3411 Views
  • 3 comments
  • 1 helpfuls
Top Contributors