Hi there,
I'm currently stuck trying to display a "linkMultiple" field in a PDF Template.
I have the entity "Product" that have a linkMultiple field with "ProductCategory" (that also have a linkMultiple pointed towards "Product", which results in a manyToMany relation).
What I want is the get the name of first category linked to my product.
The problem is that I can't retrieve any name of id from this relation in the PDF template.
Following what is written in the docs here :
I tried this but wasn't able to get the name of the first category linked to my product.
Is there any way to display what I want in a PDF template ?
I'm currently stuck trying to display a "linkMultiple" field in a PDF Template.
I have the entity "Product" that have a linkMultiple field with "ProductCategory" (that also have a linkMultiple pointed towards "Product", which results in a manyToMany relation).
What I want is the get the name of first category linked to my product.
The problem is that I can't retrieve any name of id from this relation in the PDF template.
Following what is written in the docs here :
I tried this but wasn't able to get the name of the first category linked to my product.
Is there any way to display what I want in a PDF template ?
Comment