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
JonSimmonsJonSimmons 

PrintAnything Fields Not Available?

I am using PrintAnything to create a series of custom forms, I'm using multiple queries to pull data from various sources and compiling it all onto my forms.
 
I have found that some of the fields that I need simply will not be made available by printanything.  (Maybe it should be called, Print AlmostAnything :) )
 
These fields are custom fields and their datatype varies from Lookup to Text fields.  I am able to get other custom fields without issue.  When I run in Debug mode these fields simply are not included in the query results.  It doesn't matter whether I use a SOQL query or retrieve I get the same results.
 
 
Any thoughts or help?
 
Thanks
Jon
 
 
JonSimmonsJonSimmons
Some insight here would really be helpfull.  Anyone?