Currently, we have Templates that have conditional formatting and it works EXCEPT on 1 field - can't understand why.
Field (Formula Text field) - Must Have Brand.
Format that does work: {!IF(NOT(ISBLANK(Opportunity.Exclusivity_Heading__c)), "Signed as an Exclusive Partner", NULL)}
Format that does not work (shows as - see attachment) - {!IF(NOT(ISBLANK({!Opportunity.Must_Have_Brand_O__c}), "This was a MUST HAVE Brand!", NULL)}
I have tried with and without the {! but the email still is wrong.
Any help is greatly appreciated!
2 respuestas
@Christopher Pustizzi
try this one:
{!IF(NOT(ISBLANK(Opportunity.Must_Have_Brand_O__c)), "This was a MUST HAVE Brand!", NULL)}Make sure the api_name