cancel
Showing results for 
Search instead for 
Did you mean: 

Timer for the purge of deleted documents

Alice_
Star Contributor
Star Contributor

Is there a way to set a timer to have an automatic purge of a deleted document? For eaxample: I transfer document A into the trash now and I want that It will be purge in 10 days.

1 ACCEPTED ANSWER

Florent_Guillau
World-Class Innovator
World-Class Innovator

You can schedule an event using the schedule extension point.

Then you can write a listener for that event using the listener extension point that executes whatever code you want.

View answer in original post

2 REPLIES 2

Florent_Guillau
World-Class Innovator
World-Class Innovator

You can schedule an event using the schedule extension point.

Then you can write a listener for that event using the listener extension point that executes whatever code you want.

Thank you, I found the complete and working solution today