I found this link:
But I need to create a PDF that can access child of child records. I am hoping if I write this in code it will work.
I found this link:
But I need to create a PDF that can access child of child records. I am hoping if I write this in code it will work.
I have not done this but if I were to do it as an OnSite customer I would do it similarly to what I did for our PDF manager customizations here:
How to create beautiful PDFs with CSS within Sugar
sugarclub.sugarcrm.com/.../how-to-create-beautiful-pdfs-with-css-within-sugar
I would generate the document in HTML, with css to format it properly, then feed it to wkhtmltopdf to generate the pdf document. You can easily generate HTML in code.
The caveat, of course, is you can only do this if you are running Sugar on site because you need to be able to install wkhtmltopdf on your sugar server.
FrancescaS
I have not done this but if I were to do it as an OnSite customer I would do it similarly to what I did for our PDF manager customizations here:
How to create beautiful PDFs with CSS within Sugar
sugarclub.sugarcrm.com/.../how-to-create-beautiful-pdfs-with-css-within-sugar
I would generate the document in HTML, with css to format it properly, then feed it to wkhtmltopdf to generate the pdf document. You can easily generate HTML in code.
The caveat, of course, is you can only do this if you are running Sugar on site because you need to be able to install wkhtmltopdf on your sugar server.
FrancescaS