move automatically documents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2019 05:58 AM
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
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2019 08:15 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2019 09:14 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2019 11:57 PM
Thank you for your answer
I will give it a try
