cancel
Showing results for 
Search instead for 
Did you mean: 

Move/Deleting documents based on define date/time

garimabhandari
Champ in-the-making
Champ in-the-making
I am new to alfresco and I have client requirement to move/delete documents(placed in a certain document library folder) after specific time/date .
As per my knowledge to achieve this firstly I need to add one field name as "end date/time" in document property.
And then need to create a rule which will perform move action  based on "end date".

Please let me know how to do this in alfresco as this required changes in code base?
And please let me know if any other option is available for this.



Thanks
1 REPLY 1

s_palyukh
Star Contributor
Star Contributor
Hello,

1) Make custom Property where you will save endDate - http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html
2) Make cron job that will get expired documents using search and move/delete - https://wiki.alfresco.com/wiki/Scheduled_Actions