Question
Valued Solutions Group LLC
US
Last activity: 6 Mar 2020 11:23 EST
Pega pulse Retention Policy
Hello,
As per the retention policy with the customer, the messages and posts deleted can not be wiped with the delete operation. When a user clicks on Delete of a message or post, the message cannot be completely wiped out from the Database until the defined threshold purge time period.
Within OOTB implementation of Pulse, the message gets deleted as the user hits delete.
Our design approach to addressing this is as follows:
- When the user hits delete, along with the deletion of the transaction, we wanted to move the message to a new DB Table.
- This way, the messages table is always clean and we can maintain a copy of deleted messages and posts in another structure.
- We need help in Pega confirming the table structures they use to maintain through the pulse lifecycle. Also, please provide guidance on the best approach to handle this.
Thanks