Hi
Do we have Purging/Archive option in pega 8.23 ?
Thanks,
Ajay
Hi
Do we have Purging/Archive option in pega 8.23 ?
Thanks,
Ajay
Yes you can utilize Pega’s OOTB archival process into Pega Cloud File Storage or any S3 repository. Please go through the process here.
My requirement is to remove the 2 months old data from the seperate table which is not the part of case type.
Is the new table a part of Pega DB?
Yes
Then ideally Pega’s default archive wizard wont work for you. You need to devise your own custom logic where a job will run to copy data with pxCreateDateTime before 2 months into the new table. After copy it’ll delete those data from the old table. Its kind of a high level logic, you need to modify as per your need.