Create a Custom PDF Format

Follow

Comments

17 comments

  • Rebecca Ralls

    It would be really handy if you would provide "blank" PDF format templates for all the various PDF Format Types: Billings, Purchase Orders, and the 2 different types of Statements. Thanks!

    0
    Comment actions Permalink
  • Rebecca Ralls

    Is there a relatively straight forward way to Make the Outstanding Statement Include any unapplied Cash Receipts? I see that is uses the same controller as the activity statement, so I'm hoping yes.

    0
    Comment actions Permalink
  • Rebecca Ralls

    Note to other users: Make sure to use these templates instead of copying the templates in production.  You'll save yourself some aggravation. The 'AcctSeed__' field prefixes are different, and if you copy the production VF pages, you'll have to do some tedious find and replace work in order to be able  to save it.

    0
    Comment actions Permalink
  • Angela McIlveen

    Currently, the billing pdf combines discounts and amounts paid by the customer and shows the combined amount as the amount paid. This is really confusing for the customer because it looks like they paid more than they did and it doesn't show the discount. I would like to see any discount given, the amount paid by the customer, total paid, and the amount due on the invoice. I understand how to edit the visualforce page but I don't see anything in the example language above that is helpful. 

    0
    Comment actions Permalink
  • Ryan Faulkingham

    Hi Angela,

    Please submit a support ticket so we can help troubleshoot this. We support any issues with our default visualforce pages, but we would recommend approved partners to help with any customization. 

    0
    Comment actions Permalink
  • Anna Anderson

    We would like to change the format of the quantity and unit price to display as two decimals of the pdf's instead of the default of the field. Can this be done?

    0
    Comment actions Permalink
  • Ryan Faulkingham

    Hi Anna,

    If you click into the PDF Formats tab and select the format that you want to update, there will be a "currency format" field. You will want to enter in something similar to the following:

    $###,###,###,###0.00

    This will update all currency fields on the pdf to 2 decimal places. If you don't see the currency format field on the layout, you will want to edit it and add that field. 

    The coding in the related visualforce page will need to be updated for the quantity. 

    Thank you,

    Ryan

    0
    Comment actions Permalink
  • Masechaba Maseli

    Hi, how to do we add custom fields to the controller when creating custom PDFs?

    1
    Comment actions Permalink
  • Tony

    Hi Masechaba,

    Out controller extension will dynamically query for any custom fields you add to the billing or billing line. You simply need to add them to the visualforce page.

    0
    Comment actions Permalink
  • Sophie Kunze

    Will the controller extension also dynamically query for custom fields on the PDF Format record? 

    0
    Comment actions Permalink
  • Tony

    Hi Sophie, 

    The controller extension will dynamically query for custom fields on the Billing or Billing Line. Not sure on the Billing format object. You will need to log a case with support to get an answer for this. 

    0
    Comment actions Permalink
  • Rebecca Ralls

    The links to the sample Visualforce Pages are broken - I cannot download a template.

    0
    Comment actions Permalink
  • Ryan Faulkingham

    Hi Rebecca,

    We are in the process of updating this article, do you want me to send you the coding for a specific format? 

    Thank you,

    Ryan 

    0
    Comment actions Permalink
  • Michael Seeling

    I am looking to create a custom pdf and the visual force pages are broken for me as well. 

    0
    Comment actions Permalink
  • Ryan Faulkingham

    Hi Michael,

    Are you able to download the attachments at the bottom that start with the word "old"? 

    Thank you,

    Ryan

    0
    Comment actions Permalink
  • Rebecca Ralls

    Do you have an ETA on the new templates?

    0
    Comment actions Permalink
  • Ryan Faulkingham

    Hi Rebecca,

    The new PDF format source code has been uploaded. 

    Thank you,

    Ryan

    0
    Comment actions Permalink

Article is closed for comments.