Bulk HR Case Transfer to New COE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 08:46 AM
Hello HRSD Community!
I have a very long list of HR Cases that need to be transferred to another COE table (i.e. sn_hr_core_case to sn_hr_core_case_benefits). What is the best way to do this without having to manually transfer each case individually?
My current thought process is to export the case data, update the appropriate fields, and upload via transform map into the new table. Then bulk cancel (via another transform map) the cases on the current table. However, this feels like a lengthy and error-prone solution.
I tried to load a transform map into the HR Case table, updating the Task Type to the new COE, but it does not update the Table, leading to a mismatch of table/HR Service.
Does anyone have any ideas or solutions that may help?
- Labels:
-
Human Resources Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 11:20 AM
I'm experiencing the same issue. Commenting to follow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 05:47 AM
Hi @ErinF : Did you find the best way to do it? I have got a similar requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 06:04 AM
Hello There! I figured out another way to complete this. I created a UI action on the table (sn_hr_core_case) by cloning the the OOB transfer case UI action and adding logic for multiple records.
Note: This allows you to bulk transfer between COE's to a single HR Service type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 06:21 AM
Hi,
Thank you for your response. Even I was thinking of doing it similar way but wasnt sure how to implement it.
I have some questions on the code can you please clarify -