Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Introduce Yourself
- :
- Account Receivable Balances - How to supress certa...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Account Receivable Balances - How to supress certain fields in Email Template
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-08-2009 11:33 AM
We have an import that updates the outstanding balances (AR) for accounts that are in our system and we have the following fields:
- 0 to 30
- 31 to 60
- 61 to 90
- Over 90
We are looking to create an email invoice using the templates, but we do not want to list each of these fields on the template if the value of the field is equal to 0.
So within the template an account may have a balance in the 0-30 and in the 61 to 90, and when we are creating the template we need to map each of the fields in the template, but only want those that do not equal 0 to appear.
Is this possible in the email templates or is there another way that this can be done to achieve the results we are looking for?
Solved! Go to Solution.
Re: Account Receivable Balances - How to supress certain fields in Email Template
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-10-2009 04:05 AM
Re: Account Receivable Balances - How to supress certain fields in Email Template
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-20-2010 11:20 AM
You may use Visualforce email template and render the account balance fields only if it's greater than 0.
I don't think you can simply manipulate the fields visibility in a simple HTML/Text email template .
Re: Account Receivable Balances - How to supress certain fields in Email Template
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-20-2010 12:02 PM
Thanks for your comments, we actually ended up modifying the template structure to allow us to display the data in a way that worked for us.
Nothing really special, but it now works for my client.

