Hello,
I have a validation rule written as such:
AND(
OR(
ISPICKVAL(StageName, "Budget"),
ISPICKVAL(StageName, "Sales Quote"),
ISPICKVAL(StageName, "Negotiation / Review")
),
ISCHANGED( CloseDate ),
$
<> "System Administrator",
$User.Username <> "
"
)
It is currently saying (with additional parameters) opportunity close date cannot be changed at all - how can i revise this to say that a close date CAN be brought in from another month, but NOT pushed out from this month?
(we are trying to keep our pipeline honest - need rules to help, not allowing sales users to push out opps but definitely bring in opps if they can)
PUSH OUT = Edit close date to be in a future month
BRING IN = Edit close date to be in current month
Thanks!
@Admin Group, Dallas, US #Validation Rules