Service catalogs allow you to create an ordered structure of internal and external services provided to consumers.

Role required: admin, catalog_admin.

To create and configure the service catalog that is displayed on the Self-Service Portal, complete the following steps:

  1. Create a service catalog record.
  2. Create a catalog category. You can create as many categories as you need.
  3. Create task templates or request templates, depending on your business needs.
  4. Create a service catalog page.

The diagram below shows the catalog hierarchy:

  • A service catalog record is in green.
  • Service categories are in blue.
  • Request templates are in yellow.


EntityDescription
CatalogA high-level entity that contains all other items, such as categories and templates.
Category

An entity for grouping task templates that can be logically separated into a common set. You can create a hierarchical category structure.

Establish a relationship between the categories, filling in the Parent category field.

Task templateAn entity that defines which table record is created within a particular request.
Request templateA special case of task templates that implements a service request model and have an extended set of fields.

Create a service catalog

A service catalog record is the highest-level entity that groups all other elements (categories, subcategories, items).

To create a service catalog record, complete the steps below:

  1. Navigate to Catalogs Configuration → Service Catalogs.
  2. Click New and fill in the fields.
  3. Click Save or Save and exit to apply the changes.

Service catalog form description

FieldMandatoryDescription
NameNSpecify a catalog name.
ImageNSpecify an image for the decoration of a portal catalog record.
DescriptionNSpecify some description of the service catalog.
ActiveNSelect this checkbox to activate the catalog.

Create a service category 

A catalog category is an entity that contains child items such as subcategories and task templates of a similar theme, like a folder in a file system. For example, you can create a category "IT Assistance" and then create request templates "New Laptop Request", "Equipment replacement" in this category. Thus, this category is a container for these request templates.

To create a service category, complete the steps below:

  1. Navigate to Catalogs Configuration → Service Categories.
  2. Click New and fill in the fields.
  3. Click Save or Save and exit to apply the changes.

Service category form description

FieldMandatoryDescription
NameYSpecify a category name.
Service catalogNSpecify a catalog to which this category relates. If the category is created from the related lists of any existing catalog, this field is automatically populated with the catalog name.
Parent categoryNSpecify a parent category if you create a multi-level category structure. If a category is created from any other category, this field is automatically populated with the parent category name.
ImageNAdd an image for the decoration of a portal category record.
DescriptionNSpecify a category description.
OrderN

Enter a number to define the category order in the catalog.

The sorting of the catalog items can be defined using the Category condition field within the Portal Node record binding the Service catalog page and the Self-Service Portal page.

ActiveN

Select this checkbox to activate a category.

The items displaying conditions can be defined by using the Category Condition field within the Portal Node record binding the catalog page and the portal page.

Create a task template 

If you have some daily business tasks, create a template for them and use it in your service catalog. "New Laptop Request" or "Vacation Request" template can speed up the processing of regular requests within the company.

To create a task template, complete the steps below:

  1. Navigate to Catalogs Configuration → Task Template.
  2. Click New and fill in the fields.
  3. Click Save or Save and exit to apply the changes.

Task Template form fields

FieldMandatoryDescription
NameYSpecify a task template name.
TableY

Specify a table to process by this template. The table permission should allow you to create new records in it. It should also contain all necessary fields that implement the business logic of the template.

When the Create table checkbox is selected, a new table is created. This field becomes read-only and is automatically populated.

To ensure the template works correctly, create a form view named SP for the table. Otherwise, when users open the template page in the service catalog, the following message appears instead of the form:

Exception: Such SP view for request_table is not found.

Create tableN

Select this checkbox if you need to create a new table for the catalog items in addition to the existing ones.

The new table is only created when the template is ready to be use (State = Published).

This table is a child of the table specified in the Parent table field. Thus, the child table contains a similar set of fields and, if necessary, can extend the parent table.

The table title is the same as the task template name, so you can find this new table with these prerequisites in the tables list (System Settings → All Tables).

Service catalogYSpecify which service catalog this task template belongs to.
Service categoryYSpecify a service category record parent for this task template.
StateY

Task template state. Available options:

  • New 
  • Waiting for approval
  • Published
OrderN

Enter a number to define the order of the item in a catalog.

Items sorting can be defined using the Category Item Condition field of the Portal Node record that binds the catalog page and the portal page.

ActiveN

Select this checkbox to activate this template.

The items displaying conditions can be defined using the Category Item Condition field of the Portal Node record that binds the catalog page and the portal page.

ImageNSpecify an image for a decoration of a portal catalog record.
DescriptionNProvide a template description.

Request templates 

A request template is a particular case of the task template implementing a service request model and featuring an expanded set of fields.

To implement a request template used on the portal, complete the following steps:

  1. Create a request description.
  2. Create a request model.
  3. Create a request category.
  4. Create a request template.

Create a request description


Technically, a request description is a Knowledge Base article that stores some brief information about the service delivered within a specific request.

See the Set up the Knowledge Base article for more information.

Create a request model


A request model, like a request description, is a Knowledge Base article. Request models define approved steps (such as approvals, including canceled approvals management) that are performed for a service request of a particular type or category. The request model also contains rules for routing the request to the appropriate group.

To create a request model, repeat the previous steps, but select the Request model value in the Content item class field.

Create a request category


Request categories help users organize request templates into groups.

See the Request Categories article to learn more.

Create a request template


A request template is a key element of a service catalog that allows users to raise requests of different types and destinations, and efficiently operate service requests. 

See the Request Templates article to learn more.

Create a service catalog page

The service catalog page is a Self-Service Portal page that contains the categories of the service catalog. From this page the users can create service requests based on the templates of different categories. See the Portal Integration article to learn more about the portal structure. The Service Catalog Page article contains recommendations for creating this page. 

  • No labels