-
Conga Solution : Need to update the field dynamically in the conga email template
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')
Log In to reply.
Popular Salesforce Blogs

6 Salesforce Books You Need To Check Out
There are so many Salesforce resources online, and if you're looking to get some help in this area, they're a great place to start. For…

Lightning Web Components — Build Lightning Fast Salesforce Apps
Salesforce launched Lightning Web Components as part of Spring ’19 pre-release to enable a quicker and easier way to program applications on the Salesforce Lightning platform. It…

Vital Integrations for Your B2B Customer Portal
When running a B2B customer portal, it’s essential to create the right infrastructure around it to provide your business customers with necessary services such as…
Popular Salesforce Videos
How Salesforce Supports Veterans in the Workplace
Have you found community at your workplace? Tune in as Brian Kim, Account Executive, shares how Salesforce supports veterans in the workplace through Vetforce, our…
How to Create a Jira Ticket from Salesforce?
Learn how to create a Jira ticket in Salesforce using two different methods and how to choose a Jira project. Know more at https://www.sinergify.com/
Getting Started With Business Analysis | Scrum Development Model | Salesforce Tutorial
Learn all about AGILE software development and the scrum development model. 1. Introduction To AGILE Get a brief definition of AGILE and its different modules.…