A service catalog page contains:
These widgets interact with each other due to the server and client logic.
The page references the dedicated portal node with the following attributes:
You can configure this page in different ways:
To bind a catalog record with a portal record, make the settings in the Portal Node (portal_node) record.
The service catalog page looks as shown on the screenshot below:
The screenshot legend:
To configure breadcrumbs, use the attribute values as in the example below. Add these values in the Template field of the <breadcrumbs> widget form:
<div class="portal-breadcrumbs"> <div class="portal-breadcrumbs__list"> <breadcrumbs /> </div> </div> |
To configure a sidemenu widget, use the following template:
<div class="portal__side-menu__tag"> <SideMenu parentsDepth="0" childrenDepth="5" includeCategories="1" includeItems="1">\ </SideMenu> </div> |
To configure the category widget for a REM service catalog, use the following template in the widget instance of REM Catalog Request List:
<div class="portal-catalog-list"> <Category categorySubject="subject" categoryDescription="description" categoryIcon="image" itemSubject="subject" itemDescription="description" itemIcon="image" date="sys_created_at" user="sys_created_by"></Category> </div> |
Or use the following template in the widget instance of Service Catalog List to configure the category widget for a template service catalog:
<div class="portal-catalog-list"> <Category categorySubject="name" categoryDescription="description" categoryIcon="image" itemDescription="description" itemSubject="name" itemIcon="image"></Category> </div> |
The template service catalog is considered deprecated. It is recommended to use REM service catalog instead. |