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

Articles

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
  • 4811 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
Community Alums by Community Alums  
  • 7158 Views
  • 7 comments
  • 3 helpfuls

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...

Data Segregation on Custom Table

Hi Community, While working in Domain Separated environment, requirement might comes up as to apply data segregation to an existing table or a newly created custom table.   This article explains the detail implementation of the data segregation on cu...

Render UI macro on Service Portal form

UI Macros are superheroes when it comes to have intuitive UI on Servicenow platform on fulfiller view. Let’s accept it, we all have created UI macros sometimes, somewhere Now, Service Portal brought the power of angular JS and things changed for goo...

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

HowTo secure data access without impacting performance

Quite frequently we hit the requirement that certain data in a customer instance needs to be secured / protected against accidental access. The obvious choice and also in-line with technical best practice is to use an Access control rules aka ACL.  ...

script_synchronous.png
Daniel Draes by ServiceNow Employee
  • 4332 Views
  • 6 comments
  • 8 helpfuls

Walk-up Experience Fix

There is an issue that was uncovered by the Walk-up Experience add-on that needs to be addressed. Issue: Walk-up technicians working out of the walk-up portal where reporting "zombie" interactions in their inbox. Interactions would be queued in the i...

Top Contributors