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

Articles

Are your Workflows with Orchestration activities failing or generating error because the MID Server is Down or is Upgrading? #WorkflowIt #PauseWorkflow #ResumeWorkflow #Events

Hi Folks, This is my second article for ServiceNow community and is based on Workflow containing Orchestration Activities. The solution described below in this article is an outcome of a client facing issues on errors in their Workflows that containe...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Rupam_39 by Giga Guru
  • 2452 Views
  • 2 comments
  • 2 helpfuls

Sending Email Notification (with a list of completed items for a request), when more than one RITEM is Closed Complete via Business Rule and Event

Hello,  I had a task to create a process where an automated email would go out to many risk holders, the subject line would be dynamic, and there would be a list of completed items in the letter.  The When to Send logic to me seemed too complex for a...

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

Processing GlideRecords as a Series of Functions

This article is a look at processing GlideRecord as a series of functions instead of the classical "monolithic" approach.  Sample of Common GlideRecord Processing ( getTraversalRules: function(usedBy) { var result = []; var gr = new G...

How to customize the header menu (advanced)

When setting up the header for your Service Portal, you will most likely use the Menu (sp_instance_menu) table to define your menu items (links and dropdowns) within the Header Widget. This table offers us a few different options of links that can be...

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

Auto Populate User Details using AJAX

You may be asked to populate a field or Variable from a selected User record. I have seen many different solutions that do this, but I have found that an AJAX call method is the most efficient way to pull the information from the user record. 1. Crea...

ccajohnson by Kilo Sage
  • 4151 Views
  • 2 comments
  • 9 helpfuls

Easily Retrieve a Table Display Field Name

With the UK being in lockdown I find myself digging more into how the Now platform works and the parts customers, developers and administrators don't see and is often portrayed as the magic behind the curtain. An interesting question posted on the co...

Service Catalog Template

Hi We already know we have the functionality to apply templates on the incident form but we dont have such thing on service catalog. So we have tried to build a small utility which may help to attain this. Use Case: 1. I am a Tehnical Leader and I ne...

find_real_file.png

Generate PDF and attach to the record

I was asked to provide a simple solution for generating a PDF export of one record and attach it to another one. Either if it makes sense or not from a process perspective, I cannot tell, but what I can share is simple and ready-to-use solution.The s...

Top Contributors