Skip to main content

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 个回答
0/9000