Printing to PDF: list open tasks for an account ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • michib
    Member
    • Sep 2016
    • 65

    Printing to PDF: list open tasks for an account ?

    Hi,

    I'm trying to print tasks related to an account using Print to PDF. I created a template like this, following Espo /documentation/user-guide/printing-to-pdf/

    Code:
    <table><tbody>
    <!-- {{#each tasks}} -->
    <tr>
    <td>{{name}}</td>
    </tr>
    <!-- {{/each}} -->
    </tbody></table>
    Is this supposed to work? I'm using 5.5.6.

    thanks, regards,
    Michele
Working...