- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 01:29 AM
Hi Team,
I have configured the following HR service & HR Template - It doesn't map with the selected record producer automatically and the new case is "empty" - how to fix it?
Solved! Go to Solution.
- Labels:
-
Human Resources Service Delivery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 02:09 AM
This error has appeared as you might have created the record producer in Global scope. There are two ways to tackle it.
1. Create the record producer in Human Resource Core scope
OR
2. Create an Application Restricted Caller Access Record as follows.
You need to create Application Restricted Caller Access Record within in the Human Resource Core scope as follows.
Once this record is created, the error will go away.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 01:46 AM
@BKulisz On your record producer, in What it will contain section check if the script section is populated with the following script.
Here is the script
new sn_hr_core.hr_ServicesUtil(current, gs).createCaseFromProducer(producer, cat_item.sys_id);
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 02:00 AM
Hey @Sandeep Rajput ,
Thank you for your response 🙂
I have pasted your script and during test received the following error:
Any ideas?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 02:09 AM
This error has appeared as you might have created the record producer in Global scope. There are two ways to tackle it.
1. Create the record producer in Human Resource Core scope
OR
2. Create an Application Restricted Caller Access Record as follows.
You need to create Application Restricted Caller Access Record within in the Human Resource Core scope as follows.
Once this record is created, the error will go away.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 02:26 AM
Thanks! It's working right now 🙂