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
06-04-2025 06:32 AM
What this UI Action will do is pull the OOB Transfer Case Modal (I created my own version, that's why I called it sn_hr_core_Transfer Case v2)
Is sn_hr_core_Transfer Case v2 being defined or updated somewhere else as well?
sn_hr_core_transfer case is updated through UI Builder.
what is getChecked() function doing?
The UI action is triggered from the HR Case list view. It checks for records selected
Why are we setting subject person as blank?
you want each case to be transferred with its own information; we are not prepopulating information in the UI action or allowing selection of anything other than the HR service. Everything else uses OOB functionality.