Request Fulfillment Flashcards
How does the Service Catalog and Request Fulfillment correlate?
After an order has been placed in SC, the Request Fulfillment process begins:
- for each catalog item, workflows facilitate the approval process as well as the fulfillment tasks
What are the four stages in the Request Fulfillment Process Lifecycle?
Submittal
- browse SC
- select item
- fill req form
Approval
- notify approvers
- approve/reject
Fulfillment
- locate/perform/update tasks
- view workflow to see tasks
Closure
- close all tasks
- req item + req closes automatically
What are the primary tables associated with catalog definitions?
Catalog (sc_catalog)
Category (sc_category)
Catalog Item (sc_cat_item)
Order Guide (sc_cat_item_guide)
What are the primary tables associated with managing open requests?
Requests (sc_request) Request Item (sc_req_item) Catalog Task (sc_task)
What role can delete catalog tasks?
itil_admin
Which of the following Service Catalog variable types are not supported in Mobile interfaces? (12)
- read these for recognition, no need to know them all
Break Containers Email HTML Label List Collector Lookup Multiple Choice Macros Masked Multiple Choice UI Page URL
How can info provided in a record producer be mapped to fields in the resulting record? (2 ways)
In the script field using javascript
By selecting the Map to Field checkbox on the variable record and selecting the fields to populate
What is the difference between the Default Variables Editor and the VEditor?
Default Variables Editor
- only for record producers
VEditor
- for Catalog Items and Catalog Tasks: works ONLY on Requested Item and Catalog Task Forms
What is a Content Item used for?
Link to KB Articles
Link to Catalog Content
Link for a Module
(link/target) External Content
How can you use Catalog UI Policies?
To make variables mandatory, visible or read-only based on defined conditions
True or False: When viewed through a Service Portal, Service Catalog Items may be formatted with a maximum of two columns
True
When an end-user (with no roles in the platform) submits an Incident using the Self-Service interface or Service Portal, Related Search Results automatically display search results from Knowledge Bases and Service Catalogs. These Related Search Results are a form of __________ ?
Incident Deflection
Related Search Result
Which feature can Service Desk Agents use to ensure that Knowledge Articles they attach to Incidents are appropriate to share with Callers?
Contextual Search - Search as
Which components can be turned on or off in the Service Catalog Cart Layout? (5)
No Cart No Quantity No Order No Proceed Checkout Omit Price in Cart
What happens if Cascade variables is set on the order guide?
For usability what should you do to hide cascade variables when building an order guide?
Values for common variables will be populated on each catalog item in the order guide.
Create an onChange catalog client script to hide the cascade variables
- keeps it clean and neat on the user interface
What can appear in Service Catalogs?
Catalog Items
Record Producers
Order Guides
Content Items
What can you do to show where variable sets are used in?
Add the related list ‘Included in’ to the variable set form to view what the variable set is used in
What is the difference between data variables and formatters?
Formatters help determine and manage the layout of forms (containers)
Data variables collect data from the user (single line text)
What are the limitations for Service Portal when it comes to Variables and Variable sets?
Formatters may contain a max of 2 columns
Variable sets with formatters may contain a max of 2 columns
Widgets should be used instead of Macros or Macros with label
UI Pages are not supported
What is the main purpose of a Catalog Client Script?
To control behavior of catalog items when presented to the user
What are some of the main things to use a Catalog Client Script for?
To validate content
Populate fields dynamically
Clear variable values based on changes to other variables
Where are requests created in ServiceNow? (7)
Service Portal Service Catalog Application Walk-up From an Incident record Email Integration Universal Request
Where can Process (ITIL, Fulfillers) users create requests from?
Process users can create requests directly from:
Catalog application
Service portal
From an Incident Record
How can requests be created using integrations?
Requests can be created automatically by means of REST API Integration