cancel
Showing results for 
Search instead for 
Did you mean: 

move automatically documents

livier
Confirmed Champ
Confirmed Champ

hi every one,

I'd like to know if there's a way to automatically move documents to an other folder at the end of a week

I can see that rules are applied when the folder is updated, when documents are uploaded or deleted.

But can I schedule a script on a folder ?

Thanks in advance

3 REPLIES 3

roberto_gamiz
Star Contributor
Star Contributor

Hello,

I think you need to implement an Custom Scheduled Job to do the task for you:

http://docs.alfresco.com/community/references/dev-extension-points-scheduled-jobs.html

Regards




 Roberto Gámiz Sánchez

Alfresco Content Services Engineer



sp2
Elite Collaborator
Elite Collaborator

Hi,

You need to create scheduler to move document from one folder to another.  

Ex.

Create Scheduled Job in Alfresco | Arvixe Blog 

Scheduled Jobs | Alfresco Documentation 

Thanks,

Sanjay

livier
Confirmed Champ
Confirmed Champ

Thank you for your answer

I will give it a try