Capturing Checklists in Update Sets for HR Service Migration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2024 12:45 PM
I want to move the HR service from the dev instance to the test instance, but the checklists on the HR service are not captured in the update set.
How can I capture the checklists? Could you please provide a solution?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2024 12:25 AM
Hello @Manar Elkhalifa ,
Checklist are records that are present in table so, it is not captured as a update in the update set like other configurations.
You will need to import its XML from 2 related tables- "checklist" and "checklist_item". Once you export/import XML data from these tables, the checklist should be coming up in the related HR case in the another instance.
If my solution helps you any way then mark it as accepted and helpful.
Thank You!!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2024 06:08 AM
Hi @Manar Elkhalifa ,
You have to take XML of "checklist.LIST" & "checklist_item.LIST" for your respective checklists & move to checklist to other instances. We can't move checklist through update sets.
Please mark helpful & correct answer if it's really helpful for you.