Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?

Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?A . g_user.hasRole(‘catalog_admin’)B . g_user.hasRoleExactly(‘catalog_admin’)C . g_user.hasRoleOnly(‘catalog_admin’)D . g_user.hasRoleFromList(‘catalog_admin’)View AnswerAnswer: B Explanation: The method call that returns true only if the currently logged in user has the catalog_admin role and...

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

April 6, 2025 No Comments READ MORE +

Which one of the following client-side scripts apply to Record Producers?

Which one of the following client-side scripts apply to Record Producers?A . Catalog Client Scripts and Catalog UI PoliciesB . UI Scripts and UI ActionsC . UI Scripts and Record Producer ScriptsD . Client Scripts and UI PoliciesView AnswerAnswer: A Explanation: Catalog Client Scripts and Catalog UI Policies are the...

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

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 +