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
Category: Client Script

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,