Hello,
I have an entity which has 3 related entities and i'd like to be able to do a print to PDF to the entity which has the related entities
and have all the data of the related entities, just like in quotes. Although, I've noticed that the way items are handled in quotes is
by a JsonArray. Is there a way to do a similar thing with related entities, loop through them and print the data in the PDF or we have
to have some sort of a jsonArray?
Thank you.
I have an entity which has 3 related entities and i'd like to be able to do a print to PDF to the entity which has the related entities
and have all the data of the related entities, just like in quotes. Although, I've noticed that the way items are handled in quotes is
by a JsonArray. Is there a way to do a similar thing with related entities, loop through them and print the data in the PDF or we have
to have some sort of a jsonArray?
Thank you.
Comment