Activity Forums Salesforce® Discussions Conga Solution : Need to update the field dynamically in the conga email template

  • Conga Solution : Need to update the field dynamically in the conga email template

    Posted by praveen on June 26, 2019 at 10:04 pm

    I had a "Reserve field" in the salesforce Object , So when the field is not filled , Instead of showing Blank in the email template , need to show "TBD" .  Need to satisfy two conditions. 1) it should show "TBD" if  the Checkbox "No Reserve" or "Reserve price"  is not selected 2) It should show the amount if "Reserve Price" is selected.  I had this condition. Can someone fix this formula which should be put in the template.

    IF( No_Reserve__c || Reserve_Price__c > 0
    , IF(No_Reserve__c ,'NO RESERVE', TEXT(Reserve_Price__c))
    , 'TBD')

    PRANAV replied 4 years, 9 months ago 2 Members · 1 Reply
  • 1 Reply

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos