- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2019 03:46 AM
Hi there,
Is there any way to add subcategories to the HR Service Catalogue so that it shows up in the 'Manage Human Resources Catalogue' UI page?
I added subcategories to my HR categories manually via 'Maintain Categories' page so that I can leverage the SC Categories subcategory widget that shows expanding/collapsing side menus but when I try to find the subcategories on the Manage HR Catalog page it displays the catalogue item as being linked to no categories? See screenshot below:
The subcategory linked to the main Service Catalog category ESC - Managing:
The cat item in this subcategory looks like this on the HR catalogue page:
Any help would be appreciated, thank you!
Solved! Go to Solution.
- Labels:
-
HR Service Delivery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2019 07:21 AM
The UI Page used here is part of the delivered static content and cannot be modified; however it does accept various parameters to control the look and feel. The parameters for the Manage HR Catalog page are delivered via the hr_SCConfig script include. The parameter you are looking for is the recursion_level and you'll want to set it to 1 to display an additional level of sub-category. Keep in mind that modifying this script include could prevent you from receiving updates to the script include in future releases. Make sure you review the upgrade log for potential conflicts like this with every upgrade. A script include used for storing configuration parameters like this is less concerning during upgrades though.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2019 07:21 AM
The UI Page used here is part of the delivered static content and cannot be modified; however it does accept various parameters to control the look and feel. The parameters for the Manage HR Catalog page are delivered via the hr_SCConfig script include. The parameter you are looking for is the recursion_level and you'll want to set it to 1 to display an additional level of sub-category. Keep in mind that modifying this script include could prevent you from receiving updates to the script include in future releases. Make sure you review the upgrade log for potential conflicts like this with every upgrade. A script include used for storing configuration parameters like this is less concerning during upgrades though.