Skip to main content
Jhun Mercado 님이 #Email에 질문했습니다
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일 오전 12:38
    Try this:

     

     

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

     

     
0/9000