Duplicate HR case in the The Case Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2017 12:38 AM
Can I duplicate an HR case (only changing the 'Opened for' field) in the The Case Management menu ?
- Labels:
-
HR Service Delivery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2017 04:12 PM
Hi Dana
There is not built-in functionality to duplicate a case but you can accomplish this with scripting, typically using a UI Action button. The benefit of this is you can define what fields you want to copy over during the duplication and which fields would remain empty. You can leverage the sample code in the Copying an Incident thread as a starting point for your script but you need to change the table and fields since it was written for incidents. You will also want to add the necessary conditions for when the UI Action should appear.
Kiel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2017 09:47 PM
Thank you very much