function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JOrtSDJOrtSD 

Updating checkbox based on active contracts

Hi,

 

I'm trying to create a workflow to automatically update a "Client" checkbox on an account if there is an active contract (meaning the Contract expiration date is greater than today).  How would I accomplish this so that, going forward, if there is a new contract created for an account, it will make sure the checkbox is True? 

 

EndDate isn't appearing in my workflow options for fields to filter on.

 

Thanks,

Joe

NJ101NJ101

Hi Joe,

 

You can try to creating a custom formula (Date) field and copy the End Date. This should be visible in your WF.

 

Cheers,

NJ.