We have BDs that close opp and leave the close date well into the future.
20 risposte
Okay I smell a rat... do me a favor and re-test the Opportunity using this Rule instead
AND(
OR(
ISNEW(),
ISCHANGED(StageName)
),
CloseDate <> TODAY()
)
We have BDs that close opp and leave the close date well into the future.
Okay I smell a rat... do me a favor and re-test the Opportunity using this Rule instead
AND(
OR(
ISNEW(),
ISCHANGED(StageName)
),
CloseDate <> TODAY()
)