Quick dialog boxes with showQuickForm and GlideModalForm

To save time building tedious, custom UI pages, ServiceNow provides two quick methods to display forms and enter data. These are showQuickForm() and GlideDialogForm(). showQuickForm is an on-click function meant to be used in UI actions in order to display a specific form view. This is useful when you need to display specific form fields […]