Extra Module Flashcards
What can you confirgure to add knowledge articles URLs to your sitemap in Knowledge Portal?
Site Map Generator Record
You can use the ServiceNow Sitemap Generator application to define and automatically generate XML sitemaps to improve search engine optimisation of public portal pages.
The sitemap is generated from a script or static XML. You can create XML sitemaps for web crawlers to index your public portal pages and improve search engine optimisation for your portals. You can also add SEO information to portal pages, such as meta tags that will enhance the searchability of Service Portal pages.
You can add Knowledge article URLs to your sitemap to improve content indexing by public search engines. Beginning with the Utah release, the configuration to generate a sitemap for Knowledge Portal is inactive for new customers.
In what order are access controls evaluated?
First the Table, then Field level, from specific to most general.
Name 3 UI actions in a form
Form buttons, Form context menu items (right-click the header), and Form links (Related Links in a form) are some of the UI actions that can be set up in a form.
Which 2 scripts run on customer side?
Scripts may be server-side (run on the server or database), client-side (run in the user’s browser), or run on the MID server.
Client scripts and UI policies run client-side.
What are 3 ways to group items in a list?
You can use one of the following methods to group items in a list:
On the list context menu (or the title bar), click the context menu and select Group By. Select the field by which to group the list. To remove a grouping, select – None –.
Right-click the column name (or click the context menu on the column title) and select Group By. To remove a grouping, select Ungroup.
Select the natural language filter, type ‘group by’ and the field name, and then select the Ask button.
How can you modify data pill values in Flow Designer without writing scripts?
with transform functions
You can transform data pill values without the need to write a script. Use transform functions to reformat text, perform mathematical calculations, sanitise potentially unsafe SQL statements, and serialise complex objects to raw XML. There are new simple math and string transform functions.
What does the AI Predictive intelligence do for incident and case?
Predictive Intelligence enables you to train predictive models and machine-learning solutions that you can apply to your business processes, such as:
Incident categorisation: Predicts the incident category based on the short description.
CSM case assignment: Predicts the case record assignment group based on the short description.
Which Service Desk application roles allows users to view a list of related tasks, including their work, groups work, and approvals
itil or service_fulfiller role
What type of relationship is recommended between Incident and SLA tables to report on incidents resolved by SLA per incident category?
Incident SLA [incident_sla] is a database view that joins incident to SLA (task_sla) to report on things like incidents resolved by SLA per incident category.
What do Application Services represent from an Application Portfolio Management (APM) perspective?
From an Application Portfolio Management (APM) perspective, Application Services represent Installed Instances.
What is the primary language used for scripting in ServiceNow?
JavaScript
When is an ACL granting access to a user?
An Access Control List (ACL) rule only grants a user access to an object if the user meets all of the following permissions required by the matching ACL rule:
The condition must evaluate to true
The script must evaluate to true or return an answer variable with the value of true
The user must have one of the roles in the required roles list. If the list is empty, this condition evaluates to true
[Record ACL rules only] The matching table-level and field-level ACL rules must both evaluate to true.
What sorting options are available when searching for a knowledge article on the Knowledge portal?
Views: sorts by the number of article views.
Newest: sorts by the date created or updated.
Alphabetical: sorts alphabetically by the article Short description field.
Relevancy: sorts by relevance to the search term.
Which roles CANNOT be delegated?
the following roles cannot be delegated:
admin,
public,
nobody and
role_delegator (a user with the role_delegator role cannot delegate this role to other group members).
Which table does the Change Request [change_request] extend?
Change Request, Incident, Problem and Request extend the Task [task] table.