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
MissedCallMissedCall 

Access Quote Template via Apex / API

Hi,

Can anyone let me know if it's possible to access quote templated via apex / api? I am trying to give users ability to choose a template (one out of many) in my visualforce wizard and i am kind of stuck.

If it's possible can anyone let me know the api name for the object / field?

Thanks.
Best Answer chosen by MissedCall
Deepak Kumar ShyoranDeepak Kumar Shyoran
Yes it is possible you can retrieve Quote Template via Apex and here is a very good link of a blog which did exactly same you want to do.

Please visit https://jonyforce.wordpress.com/2014/07/27/customize-create-pdf-on-quote-by-apex/ .

All Answers

Deepak Kumar ShyoranDeepak Kumar Shyoran
Yes it is possible you can retrieve Quote Template via Apex and here is a very good link of a blog which did exactly same you want to do.

Please visit https://jonyforce.wordpress.com/2014/07/27/customize-create-pdf-on-quote-by-apex/ .

This was selected as the best answer
MissedCallMissedCall
Thank you!