Comments is getting deleted

0
Hi Experts, In my application we have implemented comment system , where user can comment and get reply upto  2 level nested. for reply we are maintaining self association. Now on Accp ,some comments are getting deleted idk why How to check this and avoid such deletions.   Thanks
asked
1 answers
2

Hi Neelesh,

As you mentioned that in self association you are maintaining replies.

check if there is cascading delete on main comment , on delete of reply.

also you could log the details on delete microflow on reply delete and main delete to log its details.

Hope it helps!

answered