Which of the following objects does a Display Business Rule NOT have access to?

Which of the following objects does a Display Business Rule NOT have access to?A . previousB . GlideSystemC . g_scratchpadD . currentView AnswerAnswer: A Explanation: A Display Business Rule has access to the current, g_scratchpad, and GlideSystem objects, but not the previous object. The previous object is only available to...

May 18, 2025 No Comments READ MORE +

What is a Module?

What is a Module?A . The functionality within an application menu such as opening a page in the content frame or a separate tab or windowB . A group of menus, or pages, providing related information and functionality to end-usersC . A way of helping users quickly access information and...

May 15, 2025 No Comments READ MORE +

Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)

Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)A . source_controlB . source_control_adminC . adminD . git_adminView AnswerAnswer: AC Explanation: The following roles grant access to source control repository operations such as importing applications...

May 14, 2025 No Comments READ MORE +

If the Create module field is selected when creating a table, what is the new module’s default behavior?

If the Create module field is selected when creating a table, what is the new module’s default behavior?A . Open an empty form so new records can be createdB . Open a link to a wiki article with instructions on how to customize the behavior of the new moduleC ....

May 13, 2025 No Comments READ MORE +

When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?

When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?A . Upload spreadsheetB . Create table from templateC . Extend a tableD . Create table from scratchView AnswerAnswer: B Explanation: Create table from template is not an option for...

May 12, 2025 No Comments READ MORE +

Which source control operation is available from BOTH Studio and the Git Repository?

Which source control operation is available from BOTH Studio and the Git Repository?A . Create BranchB . Apply Remote ChangesC . Stash Local ChangesD . Edit Repository ConfigurationsView AnswerAnswer: A Explanation: The Create Branch operation is available from both Studio and the Git Repository. This operation allows you to create...

May 12, 2025 No Comments READ MORE +

When designing and creating a form, what do you create to organize fields on a form?

When designing and creating a form, what do you create to organize fields on a form?A . Related listsB . TabsC . SectionsD . ButtonsView AnswerAnswer: C Explanation: When designing and creating a form, you can create sections to organize fields on a form. Sections are containers that group related...

May 9, 2025 No Comments READ MORE +

Which one of the following is NOT part of the Form Designer?

Which one of the following is NOT part of the Form Designer?A . Form layoutB . Page headerC . Schema mapD . Field navigatorView AnswerAnswer: C Explanation: https://developer.servicenow.com/dev.do#!/learn/courses/sandiego/app_store_learnv2_learnmore_sandiego_learn_more/app_store_learnv2_learnmore_sandiego_form_and_list_layouts/app_store_learnv2_learnmore_sandiego_what_is_form_designer The Form Designer is a tool that allows you to create and customize forms on the ServiceNow platform. The Form Designer has...

May 7, 2025 No Comments READ MORE +

Which of the following is true about deleting fields from a table?

Which of the following is true about deleting fields from a table?A . Any field on a table can be deletedB . User-defined non-inherited fields can be detectedC . Inherited fields can be detectedD . Table records are deleted when a field is detectedView AnswerAnswer: B Explanation: User-defined non-inherited fields...

May 5, 2025 No Comments READ MORE +

Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?A . GlideRecord and currentB . GlideUser and GlideRecordC . GlideSystem and GlideRecordD . GlideSystem and currentView AnswerAnswer: C Explanation: https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_administrator/app_store_learnv2_automatingapps_quebec_scheduled_s cript_execution_scripts The objects that you can use in a Scheduled Script Execution (Scheduled Job) script are GlideSystem...

May 4, 2025 No Comments READ MORE +