Setting Document Expiry with email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2019 09:33 AM
i want to set expiry date dor my alfresco documents and also get an email notification when the expiry date is triggered. How do i achieve that?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2019 10:02 AM
You can create a scheduled job to run at certain time as per your requirement (e.g. daily, weekly, etc.) which will go through the documents and set the expiry date (a content model property ideally) based on the logic you want to apply. After setting the expiry date property, it will send email notification. You can customize your logic as you want.
Here is documentation on scheduled jobs:
https://docs.alfresco.com/6.1/references/dev-extension-points-scheduled-jobs.html
This post may also be helpful: https://hub.alfresco.com/t5/alfresco-content-services-blog/creating-scheduled-job-in-alfresco/ba-p/2...
(ACSCE, AWS SAA, Azure Admin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2019 02:45 AM
Hi
i am not very familiar with Alfresco developmen and this is my first module. I have managed to create an all-in-one module of Alfresco using maven i dont have an idea where to put which code because there are a lot of folders. Kindly let me know which folders or files in which folders should i look into mostly to achieve the above
