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
GatrbeightGatrbeight 

Quote with Line Items

I have installed this application and when I try to attache a pdf to the quote, I get 5 blank files with the appropriate quote number. Since I no absolutely nothing about programming, I wonder if there are any application notes or suggested changes that need to be made to get the application operational for actually creating the pdf?

 

Thanks

AndyJamiesonAndyJamieson
Let me echo this problem. Any help would be greatly appreciated.
Jon McDermottJon McDermott

Same problem here - five PDF files with the following content:

 

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">




<script>
if (window.parent.location.replace){
window.parent.location.replace('https://tapp0.salesforce.com/a0LT0000000Ww8V?inline=1');
} else {;
window.parent.location.href ='https://tapp0.salesforce.com/a0LT0000000Ww8V?inline=1';
}
</script>

</head>


</html>

<script src="/static/022509/js/functions.js" type="text/javascript"></script><script type="text/javascript">try { window.sfdcPage.appendToOnloadQueue(checkDebugLogWindowExists);} catch(e) {}</script>

 

 

 Would love to be able to get this working. Any suggestions would be welcome

mattcameron10mattcameron10
We also have this problem.
tlaportetlaporte

It seems to me that the VF page 'quotePDF' is missing from the installation package.  Can anyone else who's experiencing this issue confirm this is what they're seeing?

 

[Edit:  Removed previous installation success proclamation, as I had this confused with another product.]

Message Edited by tlaporte on 08-20-2009 09:54 AM