We have a qualify stage (very first stage) and there you can still set the oppty to closed - unqualified.
Is it possible to only make this closed/exit stage availble at that very first stage "qualify"?
Once I have moved to the next stage "analyze", it shouldn't be possible to put closed - unqualified, only closed - lost.
Thanks for any ideas,
Philipp
3 risposte
Hi Philipp,
You could create a validation rule:
AND(
NOT(ISPICKVAL(PRIORVALUE(StageName),"analyze")), ISPICKVAL(StageName,"closed - unqualified"))