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

Articles

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
  • 10599 Views
  • 13 comments
  • 23 helpfuls

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
  • 5087 Views
  • 4 comments
  • 2 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  
  • 14865 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
  • 3162 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
  • 3003 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
  • 12407 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...

Top Contributors