12-01-2022 07:44 AM
Hello everybody!
I'm implementing a custom content with a custom property "due_date". Whenever this timestamp is over, another custom property "status", changes from "Pending" to "Expired". Each due date is specific to each document.
I would like to know which is the best approach to implement this.
12-01-2022 07:58 AM
I'd implement a scheduled job:
https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/scheduled-jobs/
So you can verify if the Due Date has been reached and to change the status periodically.
Explore our Alfresco products with the links below. Use labels to filter content by product module.