Which of the following methods are useful in Access Control scripts?

Which of the following methods are useful in Access Control scripts?A . g_user.hasRole() and current.isNewRecord()B . gs.hasRole() and current.isNewRecord()C . g_user.hasRole() and current.isNew()D . gs.hasRole() and current.isNew()View AnswerAnswer: B Explanation: Access Control scripts are server-side scripts that run when an Access Control rule is evaluated. They can use the gs...

April 3, 2025 No Comments READ MORE +

What are the ways to designate data tables when Guided Application Creator (GAC)? Choose 3 answers

What are the ways to designate data tables when Guided Application Creator (GAC)? Choose 3 answersA . Upload an existing PDFB . Create a new table on the platformC . Use an existing table on the platformD . Upload an existing spreadsheetE . Upload an existing word processing document.F ....

April 1, 2025 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...

March 31, 2025 No Comments READ MORE +

Which of the following are configured in an Email Notification?

Which of the following are configured in an Email Notification? a) Who will receive the notification. b) What content will be in the notification. c) When to send the notification. d) How to send the notification.A . a, b and cB . a, b, and dC . b, c and...

March 22, 2025 No Comments READ MORE +

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 +