Update document properties by due date

cancel
Showing results for 
Search instead for 
Did you mean: 
idebonis
Active Member II

Update document properties by due date

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.

1 Reply
angelborroy
Alfresco Employee

Re: Update document properties by due date

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.

Hyland Developer Evangelist