Multi variable set not getting copied to HR case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 09:04 AM
I added the multi variable set to a record producer for HR case, but it is not getting copied over to description. The script include hr_ServicesUtil has code to do it. It copies over other variable sets. Any one saw this before?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 10:13 AM
Hi @samadam : It should work. May i know what exactly do you see in description field on HR Case ?
Have you created HR service and tagged your record producer and other details on it ?
Doc link : Configure a record producer for an HR service
Thanks,
Harsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 10:24 AM
Yes, It copies over another 2 variables I have. This is what I have in the RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 10:28 AM
In the description I see the following
test
The following fields have been provided:
Deploy date?: 2024-06-08
test - This is a field from another variable set.
Deploy date - Variable on the RP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 10:42 AM
@samadam Are you trying this on your personal instance ? if yes i can try to quickly troubleshoot this .
else you can debug the script include function _getProducerQuestions() , add the log to check what exactly the questions variable returning on it.
I checked on my PDI with new RP and its working fine.
Thanks,
Harsh