Whenever we want to add information to a form’s field or series of fields, we can use ServiceNow’s g_form.showFieldMsg() method to add field messages to
Category: Client Script
                
            Business Rule Client Script DOM Manipulation Form Banner Hacks PDI Personal Developer Instance ServiceNow ServiceNow DOM Manipulation System Properties 
Let’s Create a Banner on a Normal ServiceNow Form
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
                
            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,