I want to add a query to a pdf template using the ...
# suiteql
a
I want to add a query to a pdf template using the
N/render
module. I see that it has to be a query object. Is there a way for me to easily translate suiteql into a query object? Second is there necessarily a one to one mapping between suiteql and a query?
c
You can create a JSON object from query results or mapped results and add to a PDF template
a
Thanks this is exactly what I need.