
3 respuestas
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.

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.