I've written much more complicated email template conditional IF statements, but this one just doesn't want to work for me! I just need to evaluate if the balance is greater than $1290.00. It works when I use = but not > or <.
{!IF(Trip_Registration__c.Balance__c>1290,"Overdue message.","Up to date message.")}
I feel like I'm going to hit my head over the answer but would appreciate a hand here!
답변 1개
You're not the first person with this issue: https://success.salesforce.com/answers?id=90630000000gxBIAAY
Based on this post, you have the right formula: https://thewizardnews.com/2015/02/12/email-templates-formulas/
That post does strongly recommend typing it out manually, not copying and pasting. That's the only tip I was able to find for troubleshooting that issue though.