Hi Everyone,
I have two table one is work table and 2nd is Data base table that was created by me. I want to delete Instances of Work Status = Hard Close from work table. Then save those deleted instances to 2nd table. How to achieve this with activities?
@Nagarjuna Saidu first you need to save case data into your database table using savable data page. Then you can delete case from work class by below method. I hope this is for poc purpose. In real time instead of deleting cases we should go for case archival process.
https://support.pega.com/question/completely-delete-created-case-application
@Anoop Krishna ok. I understood Deletion process. How to Move those deleted records into another table?
@Nagarjuna Saidu if you use case archival process, pega will handle everything. If you want to just case data, you can set values to be stored to database to savable dpage and save it.