Identify the incorrect statement about Delegated Development in ServiceNow.

Identify the incorrect statement about Delegated Development in ServiceNow.A . Administrators can grant non-admin users the ability to develop global applications.B . Administrators can specify which application file types the developer can access.C . Administrators can grant the developer access to script fields.D . Administrators can grant the developer access...

March 22, 2025 No Comments READ MORE +

Client-side scripts manage what?

Client-side scripts manage what?A . Forms and Forms FieldsB . Playbook accessC . Database and backendD . User accessView AnswerAnswer: C Explanation: https://docs.servicenow.com/bundle/tokyo-application-development/page/script/server-scripting/concept/c_ServerScripting.html

March 18, 2025 No Comments READ MORE +

Why would you build a custom app?

Why would you build a custom app?A . To fulfill is specific use case on internal processes.B . To avoid using a code repository like GiotHub or GitLabC . To create a custom integration for a 3rd party systemD . To replace servieNow base tablesView AnswerAnswer: A, C Explanation: A...

March 15, 2025 No Comments READ MORE +

What are some of the benefits of extending an existing table such as the Task table when creating a new application?

What are some of the benefits of extending an existing table such as the Task table when creating a new application? a) You can repurpose existing fields by simply changing the label. b) Use existing fields with no modifications. c) Existing logic from the parent table will be automatically applied...

March 12, 2025 No Comments READ MORE +

When configuring a REST Message, the Endpoint is:

When configuring a REST Message, the Endpoint is:A . The commands to the REST script to stop executionB . The URI of the data to be accessed, queried, or modifiedC . Information about the format of the returned dataD . The response from the provider indicating there is no data...

March 10, 2025 No Comments READ MORE +

Which one of the following is NOT a UI Action type?

Which one of the following is NOT a UI Action type?A . List choiceB . Form buttonC . List banner buttonD . Form choiceView AnswerAnswer: D Explanation: A UI Action is a button, link, or choice that can be clicked by a user to perform an action, such as submitting...

March 8, 2025 No Comments READ MORE +

When a ServiceNow instance requests information from a web service, ServiceNow is the web service:

When a ServiceNow instance requests information from a web service, ServiceNow is the web service:A . PublisherB . SpecialistC . ProviderD . ConsumerView AnswerAnswer: D Explanation: When a ServiceNow instance requests information from a web service, ServiceNow is the web service consumer. A web service consumer is an application that...

March 7, 2025 No Comments READ MORE +

When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?

When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?A . REST messagesB . TableC . Script IncludeD . WorkflowView AnswerAnswer: B Explanation: "By default, all application scope scripts can read the table's records but cannot perform any...

March 6, 2025 No Comments READ MORE +

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?A . table.*will grant access to every field in a recordB . table.None will grant access to every record on the tableC . table.field will grant access to a specific field...

March 6, 2025 No Comments READ MORE +

What syntax is used in a Record Producer script to access values from Record Producer form fields?

What syntax is used in a Record Producer script to access values from Record Producer form fields?A . producer.field_nameB . producer.variablenameC . current.variable_nameD . current.field_nameView AnswerAnswer: B Explanation: The syntax used in a Record Producer script to access values from Record Producer form fields is producer.variable_name. A Record Producer is...

March 2, 2025 No Comments READ MORE +