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...
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?A . Upload spreadsheet B. Create table from template C. Extend a table D. Create table from scratchView AnswerAnswer: B Explanation: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/guided-app-creator/concept/gac-tables.html
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: Reference: https://community.servicenow.com/community? id=community_QUESTION NO:&sys_id=dff705e6db7757c0d58ea345ca96196b
Which script types execute on the server? (Choose three.)
Which script types execute on the server? (Choose three.)A . Business Rule B. Client Scripts C. UI Policies D. Script Actions E. Scheduled JobsView AnswerAnswer: A,D,E Explanation: https://docs.servicenow.com/bundle/tokyo-application-development/page/script/server-scripting/concept/c_ServerScripting.html
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...
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
From the list below, identify one reason an application might NOT be a good fit with ServiceNow. The application:A . Needs workflow to manage processes B. Requires “as-is” use of low-level programming libraries C. Requires reporting capabilities D. Uses forms extensively to interact with dataView AnswerAnswer: B
When creating an application through the Guided Application Creator, which of the following is a user experience option?
When creating an application through the Guided Application Creator, which of the following is a user experience option?A . Portal B. Mobile C. Self-service D. WorkspaceView AnswerAnswer: B Explanation: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/guided-app-creator/concept/guided-app-creator.html
Which one of the following is the baseline behavior of a table in a privately-scoped application?
Which one of the following is the baseline behavior of a table in a privately-scoped application?A . The table and its data are not accessible using web services B. Any Business Rule can read, write, delete, and update from the table C. Only artifacts in the table’s application can read...
Which one of the following is a list of Link types?
Modules must have a Link type. Which one of the following is a list of Link types?A . List of Records, Separator, Catalog Type, Roles B. Assessment, List of Records, Separator, Timeline Page C. List of Records, Content Page, Order, URL (from arguments:) D. Assessment, List of Records, Content Page,...
What are three ServiceNow table creation methods? (Choose three.)
What are three ServiceNow table creation methods? (Choose three.)A . Using legacy Workflows B. Upload and turn a spreadsheet into a custom table C. Using Flow Designer D. Use the Now Experience Table Creator E. Extend a table F. Create a custom tableView AnswerAnswer: B,E,F Explanation: "If there are no...