Application developers configure ServiceNow using industry standard JavaScript to…

Application developers configure ServiceNow using industry standard JavaScript to…A . Enable the right-click to edit the context menus on applications in the navigatorB . Extend and add functionalityC . Customize the organization’s company logo and banner textD . Configure the outgoing email display nameView AnswerAnswer: B Explanation: Application developers configure...

January 25, 2024 No Comments READ MORE +

When evaluating Access Controls, ServiceNow searches and evaluates:

When evaluating Access Controls, ServiceNow searches and evaluates:A . Only for matches on the current tableB . Only for matches on the current fieldC . From the most specific match to the most generic matchD . From the most generic match to the most specific matchView AnswerAnswer: C Explanation: When...

January 25, 2024 No Comments READ MORE +

Which objects can be used in Inbound Action scripts?

Which objects can be used in Inbound Action scripts?A . current and previousB . current and emailC . current and eventD . current and producerView AnswerAnswer: B Explanation: Inbound Action scripts are server-side scripts that run when an email is received by the system. They can use the current object...

January 25, 2024 No Comments READ MORE +

Which of the following statements is true for the Form Designer?

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...

January 24, 2024 No Comments READ MORE +

Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?

Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?A . Business Service Management MapB . Data SourcesC . Transform MapD . Cl Relationship BuilderView AnswerAnswer: C Explanation: A transform map determines the relationships between fields...

January 24, 2024 No Comments READ MORE +

Which of the following statements does NOT apply when extending an existing table?

Which of the following statements does NOT apply when extending an existing table?A . The parent table’s Access Controls are evaluated when determining access to the new table’s records and fieldsB . The new table inherits the functionality built into the parent tableC . The new table inherits all of...

January 24, 2024 No Comments READ MORE +

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...

January 24, 2024 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...

January 24, 2024 No Comments READ MORE +

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...

January 23, 2024 No Comments READ MORE +

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...

January 23, 2024 No Comments READ MORE +