33 Service Catalog
I. Introduction to the Service Catalog
- Definition (from ServiceNow Docs): "With the ServiceNow Service Catalog application, create Service Catalogs that provide your customers with self-service opportunities."
-
Purpose: The Service Catalog provides
a user-friendly,an "Amazon-like"self-service portalexperience for users to request services andproductsitems.fromIt'sanaorganization.self-serviceIt simplifies and streamlines the request process.portal. -
Key Features:
SupportsmultipleMultiple Catalogs and Categories: Organizations can have different catalogs (e.g.,IT,HR,HR)IT)andwith categories withincatalogs.each catalog (e.g., Hardware, Software).ProvidesrequestRequesttrackingTracking:forUsersuserscan track the progress of their requests (similar to tracking apackage).Improves user experience for requesting services.
II. Service Catalog Structure and Components
Tables:The Service Catalog application is builtpackage onseveral core ServiceNow tables:SC Cat Item: Stores information about individual catalog items (e.g., "Laptop," "Software License")Amazon).-
SC Cart: Stores information about user shopping carts (items selected but not yet ordered). SC Request(REQ): Represents the overall order, containing one or more requested items.SC Request Item(RITM): Represents a single item within a request (e.g., "Adobe Acrobat" within a software request).SC Task: Represents individual tasks that need to be completed to fulfill a request item (e.g., "Install Software," "Configure Laptop").
Request Hierarchy:Request (REQ):The top-level container for an order. Think of it as the "order confirmation" in an online store.Request Item (RITM):Individual items within the request. Each item ordered is a separate RITM.Catalog Task (SC Task):Steps required to fulfill aspecificrequest item. Not all request items require tasks.
Example:A request for a "New Employee Setup" (REQ) might contain request items (RITM) for "Laptop," "Email Account," and "Building Access." The "Laptop" RITM might have tasks (SC Task) like "Image Laptop," "Install Software," and "Deliver to User."
III. Key Service Catalog Features
Record Producers:
- Simplified,
Purpose:Simplifieduser-friendly forms for creating recordsinanyServiceNow table(not just catalog items). They providee.g., auser-friendlycleanerinterfacewayfortotaskscreatelikeincidentscreatingthanincidents,theproblems,standardorIncidentchanges.form).-
Benefit:Admins can create clean, focused forms with only the necessary fields, hiding the complexity of the underlying table. Scripting:Record producers can use scripts to map user input to fields on the target record, even fields not directly visible on the form. This allows for automation and data validation.example: create incident
Order Guides:
Purpose:BundleGroup multiple related catalog items into asingle, guidedsingle requestprocess.(e.g.,They are likea "wizards"New Hire" order guide thatwalk users throughincludes aseries of steps.Common Use Case:New employee onboarding (requestinglaptop,software,emailaccess,account, etc., all in one go)).-
Dynamic Behavior:Order guides can use rules to dynamically show or hide catalog items based on user responses to initial questions (e.g., department, role).
Variable Sets:
Purpose:Reusablegroupssets of variables(form fields)that can be applied to multiple catalogitems.items,This avoids duplication and simplifiessimplifying maintenance.-
Example:Workflows:AEach"StandardcatalogEmployeeitemQuestions"canvariablehavesetanmightassociatedinclude fields like "Requested For" and "Needed By," which are commonworkflow tomanymanagerequestthetypes.fulfillment process. -
Maintainability:Changes to a variable set are automatically reflected in all catalog items that use it.
Workflows:Purpose:Automate the fulfillment process for catalog items. Workflows define the steps, approvals, and tasks required to deliver a requested item.Best Practice:Use generic workflows for groups of similar items, but individual workflows are possible for unique items.Example:A workflow for a laptop request might include steps for approval, procurement, configuration, and delivery.
User Criteria:
Purpose:Control access to catalog items and knowledge articles based onuserroles,attributes.groups, users, company, department, location, or scripts. Thisallowsgreatlyforsimplifiestargetedaccessvisibilitycontrol.
-
Key Tables:
-
sc_cat_item
: Stores the catalog items themselves. -
sc_cart
: Stores user shopping cart information. -
sc_request
: Stores the overall request (which can contain multiple items). -
sc_req_item
: Stores individual requested items (linked to a request). -
sc_task
: Stores tasks that need to be completed as part of fulfilling a request item.
-
-
Request, Request Item, and Task Relationship:
- Request: The top-level order (like an order number on Amazon). It groups together one or more requested items.
-
Criteria:Request Item:CanAbespecificbaseditemonwithinroles,agroups,requestindividual(e.g.,users,acompanies,laptop,departments,softwarelocations, or custom scripts.license). -
Benefit:SC Task:SimplifiesTasksmanagementthatofmust be completed to fulfill a request itemvisibility(e.g.,comparedinstallingtosoftware,manual scripting. "Match All" Option:Requiresconfiguring auserlaptop).toAmeetrequestallitemspecifiedcancriteriahavetozeroseeorthemanyitem.tasks. Tasks can be sequential.
IV.II. Navigating and Managing theDemo: Service Catalog (Demonstration)in ServiceNow
-
Accessing the Service Catalog:
Self-Service
>Service Catalog
(loads the default catalog in a UI page). -
Catalog Structure (User View):
Type"Catalogs: (e.g., ServiceCatalog"Catalog,inTechnicalthe filter navigator.Catalog)UsetheCategories:Self-Service(e.g.,applicationServices,->Hardware,ServiceSoftware)-
Catalog
moduleItems: (fore.g.,theAdobeuserAcrobat,view)Microsoft Access)
-
Ordering an Item (Adobe Acrobat Example):
- Clicking an item displays its details (price, quantity).
UseOrder Now
creates a request and a request item.-
Order Status Page: Shows the
ServicerequestCatalognumber,applicationrequest item, and stage (forApproved,theFulfillment,administrativeAwaitingview)Delivery, etc.).
-
UIRequestPage:Record (sc_request
):- Number:
REQ...
- Requested For: The
defaultuserServicewhoCatalogplacedviewthe order. - Approval: Can be automatically approved (e.g., if the price is
displayedbelow a threshold). - Show Workflow: Displays the workflow for the request (often simple, e.g., auto-approval).
- Requested Items (related list): Shows the items included in the request.
- Number:
-
Requested Item Record (
sc_req_item
):- Number:
RITM...
- Catalog Item: The specific item requested.
- Request: The parent request.
- Requested For: The user.
- Due Date, State, Stage: Track the progress of the item.
- Show Workflow: Displays the workflow for the item (often more complex than the request workflow, with tasks).
- Number:
-
Catalog Task Record (
sc_task
):- Number:
SCTASK...
- Tasks that need to be completed for the request item.
- Close Task: Marks a task as complete. Completing a task can trigger the creation of the next task (if tasks are sequential).
- Closing all tasks for a request item typically closes the request item. If all request items in a
UIrequestpage,areshowingclosed,categoriestheandrequestitems.itself is closed.
- Number:
-
Service Catalog Application Modules (Admin View):
- Catalogs: Shows all active catalogs.
- Open Records: List views of requests, request items, and tasks.
-
Catalog Definitions: Where catalogs, categories, and items are managed.
-
Maintain Catalogs:
ManageLists all service catalogs. Clicking a catalog record shows its properties (title,Title,description,Manager,manager,Description, etc.) and related lists (Catalog Items, Categories, Portal Pages, Sites). This is the admin view of the catalog, not the user view. -
Maintain Categories:
ManageListscategoriesallwithincategories.catalogsClicking a category record shows its properties (title,Title,parentCatalog,catalog,Location,description)Description, Parent, etc.) and related lists (Catalog Items, Related Categories). -
Maintain Items:
ManageListsindividualall catalogitemsitems. Clicking an item record shows its properties (name,Name,catalog,Catalogs,category,Category,workflow,Workflow,price,Vendor,description,Price,variables,Description, Images, etc.) and related lists (Includes, Variables, Variable Sets, etc.).- Variables (on Catalog Item): Define the questions/fields presented to the user when ordering the item (e.g., checkboxes, text fields, choice lists). Each variable has a Type, Order, Question, Name, etc.
- Try It (UI Action): Displays the catalog item as it would appear to a user, allowing you to test the form and variables.
-
Maintain Catalogs:
-
Content Items: Items
in a catalogthatcanlinkreferenceto otherthings. For example, a user may click acontentitem(KnowledgeandArticles,beModules,redirectedExternal Content) instead of being directly orderable. This allows you toaincludeknowledgeinformationalbaseditemsarticle.in the catalog. -
"TryOrderIt" UI Action:Guides:PreviewGroup multiple catalog items into a guided process.-
New Hire Order Guide (Example): Asks initial questions (Hiring Manager, Group, etc.) and then dynamically displays relevant catalog
item'sitemsform(Laptop,asEmail,aVPN,useretc.)wouldbasedseeonit.the answers. Uses Rule Base to determine which items to show.
-
New Hire Order Guide (Example): Asks initial questions (Hiring Manager, Group, etc.) and then dynamically displays relevant catalog
-
Create records in any table using a simplified, user-friendly form.CatalogRecordItemProducers:Variables:-
VariableCreateTypes:Incident Record Producer (Example):DifferentProvidestypesaofsimple form (Urgency, Description) to create an incident. Uses a script to map the form fields(e.g., checkbox, single-line text, multiple-choice, reference). Question and Name:The "question" is the label displayedto theuser;incidenttherecord"name" is used in scripts.Order Field:Determines the order in which variables appear on the form.fields.
-
-
User Criteria: Define access rules for catalog items and knowledge articles.
-
Users with Knowledge Role (Example): Shows how to define user criteria based on Users, Groups, Roles, Companies, Locations, Departments, or a script. The
Match All
checkbox determines if all criteria must be met.
-
Users with Knowledge Role (Example): Shows how to define user criteria based on Users, Groups, Roles, Companies, Locations, Departments, or a script. The
-
Variable Sets: Reusable sets of variables.
- Standard Employee Questions (Example): Contains "Requested For" and "Needed By" variables. This variable set can be added to multiple catalog items, avoiding duplication.
-
Creating a New Catalog Item (
DemoiPhoneSteps)X Example):Go to "Maintain Items" and click "New."ProvideCreate aname,newcatalog,catalogcategory, and short description.Optionally, select a workflow.Save theitem record.- Specify Name, Catalogs, Category, Workflow, Short Description.
- Create
variableasetsVariable Set (ife.g.,needed)"MobileandPhone")addwith variablesto(e.g.,the"Insurance"set.(checkbox), "Carrier" (text)). - Add variables directly to the catalog item (
ife.g.,needed)"Storage" (multiple choice)). - Set the order of variables and variable sets.
- Use the "Try It" button to
previewtest the item.
Order
guide demoWhothehiringitemmanagertoissee whatthegrouprequest,thisrequestnew hire is joiningwhen choose options is selected, it takes these values into accountitem, anddynamically changes what catalog items areworkflow inthe viewBecause of the answers to those questions, user has the ability to choose a standard laptop, external monitor, email account, vpn, and desk set upThese can change based on the questions.
Record producer demoCreate an incidentSimplified formUser selects the urgencyUser provides a description
Variable Set DemoStandard employee question variable setRequested for field and needed by field.
Creating new itemAdd a catalog item called IPhone X
Demo wrap-upClick order now, automatically approved (under $1,000).Walkthrough workflow.action.
ThisKey detailedTakeaways:
-
provideThecomprehensiveServicenotesCatalog is a powerful tool forunderstandingself-service and automation. It provides a user-friendly interface for requesting services and items. -
Understanding the
ServiceNowrelationships between requests, request items, and tasks is crucial. - Record Producers, Order Guides, Variable Sets, and User Criteria are key features that enhance the functionality and maintainability of the Service Catalog.
- Workflows are essential for managing the fulfillment process.
- The service catalog provides a structured approach for an organization to
supplementoffertheseitsnotesresources