Extending the FinancialForce applications

Disclaimer Please note: the content of this page are subject to disclaimer, usage and copyright notice.

Once you've got your customer CRM and financial data into the Force.com cloud there's so much more that you can do with it! We'll keep expanding this section over the coming months and announce additions on the blog. So, if you want to keep up to speed, why not subscribe to the blog RSS feed?

Here are couple to get started!

Custom email templates and Paypal buttons samples

It is possible to customize the way that emails are generated from FinancialForce applications. More information about how to implement this is available from the online help within the application.

Here are some examples of the XML required, to give you a headstart! The Reminder Level email template is derived from those supplied with the FinancialForce Expansion Package with the addition of a PayPal button. The Sales Invoice templates can be used to send with or without custom PDF attachments. Simply rename them accordingly. You can use these in your own orgs by editing the buyer email within to your own organisations PayPal business account.

In each template, HTML like the following is used to produce the PayPal button like this: Paypal button.

<!-- START: PayPal Button -->

<a href="https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick
&business=seller@financialforce.com&item_name=Invoice
{!relatedTo.Name} due for payment
&amount={!relatedTo.TotalDocumentOutstandingValue__c}
&currency_code=USD">
<img src="https://www.sandbox.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif"
style="border-style:none" border="0" />
</a>
<!-- END: PayPal Button -->

Updated: 29/07/2010: Sales Invoice Email Templates: We have updated our Sales Invoice Email Templates to include Line Ordering, Currency Symbols and the Tax Summary section.

Within this downloadable Zip file, you will find all the files you need to make use of the customizable Sales Invoice Email Templates within FinancialForce Accounting, including a short user guide.

 

 

Loading...
Loading...
Loading...
Loading...
Loading...

Integration Rule Sample Objects

The sample Work Order and Default Receipt objects in this Salesforce package Opens in new window (Salesforce login required) help illustrate the use of a new v3.0 feature called Integration Rules. To convert Work Order records into Sales Invoices and Default Receipts into Cash Entries. Also included is trigger code that shows how to defaulting for required fields can be automated.

Note: These samples objects, with approprite sample data are also provided as standard within our Trial edition as well!


IMPORTANT USAGE NOTICE PLEASE READ

Copyright © 2009, FinancialForce.com, inc

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of the FinancialForce.com, inc nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


See also...