Can you please help me update my email alert. In the picture below, Renewal Terms shows as empty. How do I edit the formula for this such that {!IF(Apttus__Auto_Renewal__c==True, "Auto Renew", " ")}. I was trying to put this formula but it does not change anything. The email keeps showing empty even if the Auto Renewal checkbox is checked in the record. What is wrong with my formula, or can I actually use this formula in the email alert HTML version?
Thanks so much in advance - Juh
12 respuestas
Try this: {!IF(Apttus__APTS_Agreement__c.Apttus__Auto_Renewal__c=True, 'Auto Renew', ' ')}