• How to add print to pdf functionality while using custom reports

    Hello, Does anyone know how I can create PDF from the custom report. I don't have any idea about how to add custom print to pdf functionality in custom reports. from the above screenshot have export to word functionality but I want same as print…
  • Smarty changes in v10?

    I was getting ready to finally deploy v10.0.3 Pro On Site when I found yet another bug in my customizations. In PDF manager I have some templates that depend on checkboxes on the record. For example something like: {if $fields.mycheckbox_c} True…
  • How to disable PDF report password protection?

    Hello there, Some of our customers have strict email security measures that flag CRM-generated emails as "not secure - cannot verify" when they contain report PDFs. It appears that Sugar password protects the reports in order to prevent modification.…
  • PDF manager editor appending P tag

    Hi All, When I creating a PDF template the editor appending unwanted <P> with Smarty tags. How can I remove this unwanted P tags from the pdf template ? Please help me find a solution
  • How to list the records of custom module in PDF Manager ?

    Hi All, How to list the records of a custom module in PDF Manager. I need to create pdf template for a custom module I apply the following code to list the record of ' MY001_MYMODULE' in a pdf template. {foreach from=$MY001_MYMODULE item="bundle"} {$bundle…
  • SugarPDF getting a foreach inside a table without adding rows

    I have a custom PDF in PDFManager. I need to loop inside a table: <table header> <loop through the rows> <table footer> This works fine but.... <!--START_PRODUCT_LOOP--> < tr > < td > {foreach from=$bundle.products item="product"} </ td > </ tr > < tr…
  • How to generate a quote pdf programmatically

    Hi, I use SugarCRM 7.6 Pro and I want to generate a PDF file of a quote (or another module) with PHP code. As you can see in the below picture, what I want is to replicate the functionality of Download PDF with selected Template. I need to generate the…