Skip to main content
Hi there, 

 

I need to prevent users from moving to the 'Ops Review' stage on a case until the related opportunity is stage = Closed Won.
6 respuestas
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    6 abr 2021, 10:11
    HI Ash,

     

    I assume youhave a lookup on Cases to Opportunities? If so:

    AND(ISCHANGED(Status), TEXT(Status)="Ops Review", TEXT(Opportunity__r.Stagename)<>"Closed Won")

     

     
0/9000