Skip to main content
Dear Expert Folks,

 

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?

 

Conditional Value for Email Alert

 

Thanks so much in advance - Juh
12 个回答
  1. 2019年9月17日 00:38
    Try this:

     

     

    {!IF(Apttus__APTS_Agreement__c.Apttus__Auto_Renewal__c=True, 'Auto Renew', ' ')}

     

     
0/9000