You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Service catalogs allow you to create an ordered structure of internal and external services provided to consumers. Within the service catalog, deliver valuable benefits literally any time and from any device. Also, Service Catalog helps in standardizing corporate processes, in particular, request fulfillment. 

Role required: admin, catalog_admin.

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

  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.

The scheme below displays 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 unites all other items such as categories and templates.
Category

A group of elements that have some common attributes. You can create a hierarchical structure of categories.

Establish connection between categories via the Parent field.

Task templateA set of fields that allows you to make a request of any type based on it. For example, a vacation request or invoice request.
Request templateA particular case of task templates that implements a service request model and have an expanded set of fields.

Create a service catalog


The service catalog record is the highest-level entity aggregating all other items below (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 containing child items such as subcategories and task templates of a similar theme, like a folder in a file system. For example, you can create the category "IT Assistance" and after that, you can create request templates "New Laptop Request", "Equipment replacement" in this category. So, 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 a category is created out of any existing catalog related lists, this field populates automatically with the catalog name.
Parent CategoryNSpecify a parent category if you create a multilevel category structure. If a category is created out of any other category, this field populates automatically with the parent category name.
ImageNAdd an image for the decoration of a portal category record.
DescriptionNSpecify a category description.
OrderN

Enter the number to define category order in a catalog.

Catalog items sorting can be defined by the Category Condition field within the Portal Node record binding the Service Catalog page and the Self-Service Portal page.

To define items sorting, just specify it in the condition, like shown on the screenshot below:

ActiveN

Select this checkbox to activate category.

Items displaying conditions can be defined by 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. For example, "New Laptop Request" or "Vacation Request" are relevant examples of such templates.

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 implements the business logic of the template.

For example, the Absences and Vacations table.

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 table

Select this checkbox if you need to create a new table for 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 Definition → All Tables).

Service catalogYSpecify a service catalog record parent for this task template.
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.

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 portal catalog record decoration.
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 request description.
  2. Create request model.
  3. Create request category.
  4. Create request template.

Create a request description


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

See Set up Knowledge Base 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 previous steps, but choose 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.

  • No labels