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
MatMMatM 

Print Anything HELP!!!

I need to use the print anything package too print out an order approval along with details from the quiote and opportunity,
 
I have hit a brick wall, after eventually figuring out where to get the fields required from, i now cannot get the print anything package to display them.....
 
Can someone help me turn the below into merge fields generated by the print anything package.
 
(SELECT Id, FROM SFDC_520_QuoteID), (SELECT Id, Status FROM ProcessInstances), (SELECT Id, Comments, CreatedDate, OriginalActor.Id, OriginalActor.Name, OriginalActor.Email, Actor.Id, Actor.Name, Actor.Email FROM ProcessSteps)
FROM SFDC_520_Quote__c LIMIT 20