Hi all,
I have three entities as follows: Order > objects > objects parts
I want to create an Order Word template listing a table with all objects main record fields and for each of these records a sublisting of parts of the specific object record. So like this:
object1 | |||
part1 of object1 | |||
part2 of object1 | |||
object 2 | |||
part1 of object2 | |||
part2 of object2 | |||
part 3 of object2 | |||
When creating a word template for entity Order I am able to select all related entities, like objects, but object parts have only relations to object and not to order. So there is no OOB way of adding these records as well.
Is there any simple way (instead of modifying the XML data in the word template) to gain this result?