Skip to main content
Ash K (Beacon) a posé une question dans #Data Management
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 réponses
  1. 6 avr. 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