Hello.
I'm trying to define a PDF template to get information from some entities I've defined.
These are transportation orders with a data structure similar to that of the Quotes.
There is a transportation order that has associated N lines of products to be transported.
I was checking how the Quotes PDF template is made to replicate it.
I noticed that in Quotes entity there is an itemList field that allows you to define the body of the PDF. I guess it contains the fields that could be shown in the PDF.
What I would like to know is how can I define that field in the transport entities
Thank you very much.
I'm trying to define a PDF template to get information from some entities I've defined.
These are transportation orders with a data structure similar to that of the Quotes.
There is a transportation order that has associated N lines of products to be transported.
I was checking how the Quotes PDF template is made to replicate it.
I noticed that in Quotes entity there is an itemList field that allows you to define the body of the PDF. I guess it contains the fields that could be shown in the PDF.
What I would like to know is how can I define that field in the transport entities
Thank you very much.
Comment