You need to sign in to do that
Don't have an account?
How can I lock the close date once an opportunity hits a certain stage?
Once an opp enters one of three stages, I want the close date to lock. Does anyone have an idea on how to do this?
For example:
If an opportunity's stage = Awarded - Written, Awarded - Signed, or Awarded - LOI, I do not want the close date to be editable.
For example:
If an opportunity's stage = Awarded - Written, Awarded - Signed, or Awarded - LOI, I do not want the close date to be editable.
AND(OR(ISPICKVAL(StageName,'Awarded - Written'),ISPICKVAL(StageName,'Awarded - Signed'),ISPICKVAL(StageName,'Awarded - LOI')),ISCHANGED(CloseDate))