• Magic
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I am not sure where to post this but I am having an issue with the Print Anything module from AppExchange. I have a package built that pulls opportunity data as well as data from the related lists on the opportunity page layout. The package works great when my link has the debug mode turned on..my template appears and all of the merge fields have data. However as soon as I take out the debug parameter the merge no longer works and no data is shown in my template. Any ideas? Here are the links that I have:
 
this one works:
Hyperlink(/servlet/servlet.Integration?lid=01N400000004bvV&package=a05400000028vOQ&opportunityId={!Opportunity.Id}&debug=1)
 
this one does not:
Hyperlink("/servlet/servlet.Integration?lid=01N400000004bvV&package=a05400000028vOQ&opportunityId={!Opportunity.Id}")