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