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

Articles

What does HTTP Response Status Code Says?

List Of Most Commonly Shown Status Code Along With Their Saying.....   100 : Continue101 : Switching Protocol102: Processing (WebDAV)103 : Early Hints200: OK201 : Created202 : Accepted203 : Non-Authoritative Information204 : No Content205 : Reset Con...

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
  • 5471 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  
  • 16437 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
  • 3539 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
  • 3380 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
  • 13422 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