Phones in Templates (Mail - PDF)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Darkcromb
    Member
    • Aug 2019
    • 40

    Phones in Templates (Mail - PDF)

    Hello,
    Is there a way to display all phones (office, mobile...) in a template and not only the primary one ?
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    For pdf:
    Code:
    {{#each phoneNumbers}}
      {{name}}
    {{/each}}
    Last edited by yuri; 12-06-2019, 11:31 AM.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • esforim
      esforim commented
      Editing a comment
      Some of these function is not documents is it?
  • Darkcromb
    Member
    • Aug 2019
    • 40

    #3
    Thank you very much for your reactivity

    Comment

    • Darkcromb
      Member
      • Aug 2019
      • 40

      #4
      There's currently no way to do that in an email template ?

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #5
        > There's currently no way to do that in an email template ?

        Not possible.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • Maximus
          Senior Member
          • Nov 2018
          • 2731

          #6
          Hello esforim,
          > Some of these function is not documents is it?
          Do you mean 'documented'? Here is the manual https://www.espocrm.com/documentatio...d-array-fields.

          Comment

          Working...