Skip to main content
When the Type field on the Opportunity = Renewal I would like to stop users from editting the Opportunity Currency
3 respuestas
  1. 10 abr 2019, 09:37
    Hi Serena,

     

    Please try the below

    AND(

    TEXT(Type) = 'Renewal',

    ISCHANGED(CurrencyIsoCode)

    )

    I have assumed you are using the standard Type field to identify an Opportunity is a Renewal Opportunity.

     

     
0/9000