cancel
Showing results for 
Search instead for 
Did you mean: 

Automated deletion of item in a space

soumyakarmakar
Champ in-the-making
Champ in-the-making
Hi,

How could the items in a space could be deleted automatically post 30 days on uploading? Email reminder have has to issued to space users for prior to deletion of items.

Thanks,
Som.
1 REPLY 1

romschn
Star Collaborator
Star Collaborator
It can be implemented in a below way.

1. Write a scheduler which will run daily.
2. If your contents are residing in a specific space, Scheduler will traverse through all the contents in that space and check the content creation date. If the difference between the current date and content creation date is equal to 30, send an email reminder and delete that node.

Hope this helps.

Thanks