function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
djfubardjfubar 

Contact Hierarchy To PDF

Hi,

 

I have a VisualForce page which currenlty binds to PDF. Does anyone know if it is possible to include the contact hierarchy of an account to the PDF?

 

Thanks

TheSwamiTheSwami

Not that I can see.  You can put it in an iframe, but it looks ugly and doesn't show up in a PDF.

sfdcfoxsfdcfox

What do you mean by "Contact Hierarchy"? You can generally include any data you want in a PDF; it's all about if you can write the code to generate the display of the list. Anything you can put into a VF page you can put into a PDF (well, mostly, but those are the exception).

djfubardjfubar

Hi,

 

I mean the "contact" org chart.

TheSwamiTheSwami

I am pretty sure there is no way to include the standard Contact Org chart, but you shou be able to fake your own by walking down the "Reports To" tree using Apex/VF.  It could run into problems if you have a huge chart, but for direct reports, it should be ok.