When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?A . ${event. <property name>}B . ${current. <property name>}C . ${property name>.getDisplayValue()}D . ${gs.<property name>}View AnswerAnswer: A Explanation: https://www.servicenow.com/community/it-service-management-forum/email-notification/m-p/695221 Reference: https://community.servicenow.com/community?id=community_Question:&sys_id=e017cbe5db1cdbc01dcaf3231f9619a3 When configuring the content of an Email...
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...
Which one of the following is part of the client-side scripting API?
Which one of the following is part of the client-side scripting API?A . workflow.scratchpadB . GlideUser object (g_user)C . current and previous objectsD . GlideSystem object (gs)View AnswerAnswer: B Explanation: https://developer.servicenow.com/dev.do#!/reference/api/rome/client The GlideUser object (g_user) is part of the client-side scripting API that provides information about the current user and...
Which one of the following is true regarding Application Scope?
Which one of the following is true regarding Application Scope?A . All applications are automatically part of the Global scopeB . Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflictsC . Any developer can edit any applicationD . Developers can choose the prefix for a scope’s namespaceView...
Which one of the following is the baseline behavior of a table in a privately-scoped application?
Which one of the following is the baseline behavior of a table in a privately-scoped application?A . The table and its data are not accessible using web servicesB . Any Business Rule can read, write, delete, and update from the tableC . Only artifacts in the table’s application can read...
Which one of the following is NOT a purpose of application scoping?
Which one of the following is NOT a purpose of application scoping?A . Provide a relationship between application artifactsB . Provide a way of tracking the user who developed an applicationC . Provide a namespace (prefix and scope name) to prevent cross application name collisionsD . Provide controls for how...
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...
Which of the following is NOT supported by Flow Designer?
Which of the following is NOT supported by Flow Designer?A . Call a subflow from a flowB . Test a flow with rollbackC . Use Delegated DeveloperD . Run a flow from a MetricBase TriggerView AnswerAnswer: B Explanation: Flow Designer is a graphical tool that allows users to automate processes...
Which one of the following is true?
Which one of the following is true?A . A UI Policy’s Actions execute before the UI Policy’s ScriptsB . The execution order for a UI Policy’s Scripts and Actions is determined at runtimeC . A UI Policy’s Scripts execute before the UI Policy’s ActionsD . A UI Policy’s Actions and...
When configuring a module, what does the Override application menu roles configuration option do?
When configuring a module, what does the Override application menu roles configuration option do?A . Users with the module role but without access to the application menu access the moduleB . Self-Service users can access the module even though they do not have rolesC . Admin is given access to...