Is there a way through workflows, configurations, or something else where I could automatically update a metadata field based on whether a date in another field has passed.
We have a Contract object. This object has two fields that I am looking at reviewing and updating: Contract Status and End Date. The "Contract Status" field has a value list selection of Active, Inactive, Draft, or Void. Once a contract reaches the end of a workflow process, the Contract Status field is set to Active.
I would like to automatically update the Contract Status field to Inactive based on the date in the End Date field and whether that date has passed.
I was looking at a workflow, but I do not see how I can schedule the workflow to run daily and not be based on a specific trigger event. Any ideas?