The problem: I want to have at the top of my advanced UI forms a banner that contains information from the record being displayed. The
Category: Client Script
I was creating a ServiceNow custom scoped application and had the requirement on one of the tables to store currency values. The currency field type
Script Includes help us employ the DRY method – “Don’t Repeat Yourself.” If you’re familiar with the concept of ServiceNow Script Includes you probably know
One of the coolest capabilities of ServiceNow is using Javascript to access database records. This is done using the GlideRecord() object. If you’re like Rick,