Auto populate fields from interaction to HR Case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2023 08:10 AM
Go to HR Agent Workspace
Open any of the interaction record.
Click on Create HR Case
HR Case creation page gets opened.
Is it possible to auto populate the fields on to the HR Case creation page from the interaction (like opened for, employee name, subject person, short description).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 05:53 AM - edited 07-17-2023 05:54 AM
@Community6 When you click on "Create HR Case" button on workspace, OOB it copies the "Opened for" of an interaction record to "Subject Person" & "Opened for" fields of new case creation form. This logic written in "Create HR Case" UI action.
UI Action :
In the workspace client script, you can write you logic to copy addition fields from Interaction to New case creation form.
If I could help you with your Query then, please hit the Thumb Icon and mark my answer as Correct!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 11:37 PM
@Community6 Have you tried my steps ?
f I could help you with your Query then, please hit the Thumb Icon and mark my answer as Correct!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 10:37 AM
Hi,
After agent click on "create case" one of the field in HR Case form in HR Agent Workspace is Source field and it is set to "Phone" by default. Any idea how we can change this default value to "chat" instead of phone. On interaction record it is field: Type=is=chat and I wonder if i can pass this value from interaction to hr case form (source field)? Any idea how to change this default value (just in hr agent workspace, so i don't want to configure dictionary on hr case from and change default value to "chat). Do you think it could be done through workspace client script? Thank you.