ServiceNow CAD - Certified Application Developer - ServiceNow
Which server-side API debug log method is available for scoped applications?
(What is the primary purpose of an application scope?)
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
Which of the following statements does NOT apply when extending an existing table?
Exportitem table is extended from Item table with the additional column of ItemCountry added. The Item table contains the columns ItemName and ItemQty.
Which fields are available in the Exportitem table?
Which ATF test step is used to set up a specific user profile for testing purposes?
Which is the base table of the configuration management database hierarchy?
Which of the following objects does a Display Business Rule NOT have access to?
Which of the following statements is true for the Form Designer?
a)To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
b)To create a new field on a form’s table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.
c)To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d)To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
