Interaction Info & Attachments Don't Transfer to HR Case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 11:55 AM
Hi,
In our HRSD application, we want to utilize interactions for Voicemails - i.e., a voicemail is received to our HR service desk and an interaction is created with VM file attached. Then the agent can listen to the VM and determine if a new case needs to be created (and what type of case) or if they should associate that interaction to an existing case. However when we try to create an HR case from the interaction, the VM attachment and the information noted on the interaction doesn't get transferred to the HR case. We have tried multiple things and haven't been able to figure out how to get this to work. Has anyone else run into this issue? Have you found a solution?
- Labels:
-
Human Resources Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 12:29 PM
following
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 01:38 AM
Hi @MollyMoney ,
For a similar issue of chat transcript and attachments not transferring from interaction to HR case, we wrote the following business rules:
1. When HR case gets created after the interaction is closed/ended because transcript field in interaction record gets populated only when interaction is closed.
Table : Interaction_related_record
when to run : After - Insert
Script :
Table : Interaction
when to run : After - update
Let me know if this helps!
Regards,
Anu