Skip to main content
Philipp Mathis ha fatto una domanda in #Data Management
hello community

 

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
  1. 12 dic 2019, 14:22
    Hi Philipp,

     

    You could create a validation rule:

     

    AND(

     

    NOT(ISPICKVAL(PRIORVALUE(StageName),"analyze")), ISPICKVAL(StageName,"closed - unqualified"))
0/9000