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

April 5, 2025 No Comments READ MORE +

What are some of the considerations to document as part of the business process?

It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?A . Business problem, data input/output, users/stakeholders, and process stepsB . Business problem, data...

April 5, 2025 No Comments READ MORE +

Which of the following is a good practice for adding instructions to a form?

Which of the following is a good practice for adding instructions to a form?A . AnnotationsB . Related links to wiki pagesC . A context Menu UI ActionD . A population read-only fieldView AnswerAnswer: A Explanation: "Add instructional text and other design elements to your forms by using form annotations...

April 4, 2025 No Comments READ MORE +

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 +