You need to sign in to do that
Don't have an account?
Counter formula
Hello, I have a Contracts object where we keep track of company's contracts data. I want to create a field that keeps track of what number renewal cycle we are in. For example, if the original contracts ends on 2/2/20, so the renewal period begins on 2/3/20, once 2/3/20 hits, I want the "Renewal cycle #" field to automatically change from 0 to 1. Then when the next renewal cycle begins, I want "Renewal cycle #" to automatically change from 1 to 2. I am open to doing this through a formula field or workflow action or Apex-- whatever works. Any help is greatly appreciated.
i think you can create a time based workflow saying 0 days from the contracts ends date
and when the contract end date hit you can update a number field by 1 and update the contracts ends date to next date
All Answers
i think you can create a time based workflow saying 0 days from the contracts ends date
and when the contract end date hit you can update a number field by 1 and update the contracts ends date to next date