User with sn_hr_core.admin user is not able to create a new catalog item.DescriptionUsers with sn_hr_core.admin role are not able to create a new catalog itemSteps to Reproduce 1. Install HR Core and impersonate a user with the sn_hr_core.admin role2. Navigate to Manage HR Catalog3.Create a new category4. Try to create a new category item5. Notice that you are unable to save the recordWorkaroundTo workaround the issue, manually create the record producer, HR template, and HR service. Create a record producer Navigate to Service Catalog > Catalog Definitions > Record ProducersSelect HR Case or one of its extensions as the "Table name"Set the script to new sn_hr_core.hr_ServicesUtil(current, gs).createCaseFromProducer(producer, cat_item.sys_id); In the "Accessibility" section, select the "Human Resources Catalog" and any other catalogs to include the producer in. Also set the category.Save the recordAdjust the record producer variables as needed Create an HR Template Navigate to HR Administration > HR Services > HR TemplatesCreate a new record and set the table to the same table selected when creating the record producer.Fill in the template with the desired values, including the short description. Create an HR Service Navigate to HR Administration > HR Services > HR Service ConfigurationFill in the required fields, right-click the header, and "Save"Set the "Template" and "Record producer" fields to the records previously created and Save You should now be able to create an HR Case from the record producer or the case creation page. The fields set on the case will correspond to the settings provided in the HR template. The HR service will also be automatically set. Related Problem: PRB1704012