Parent-Children Print2PDF

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • esforim
    Active Community Member
    • Jan 2020
    • 2204

    Parent-Children Print2PDF

    Need to be able to Print2PDF some data from a parent linking, surprisingly docs.espocrm.com/ make no mention of this. Is it not possible or am I doing it wrong.

    Do I need to create a relationship instead? (e.g. One-to-Many), is there no way to just use something like?

    Code:
    {{parent.Description}}

    Code:
    {{#each parents}}{{name}} {{/each}}
    PS. I'm aware that {{parentName}} exist, the above is just an example of usage.
Working...