[object] [object]

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sab0tajue
    Senior Member
    • Jul 2019
    • 318

    #1

    [object] [object]

    I do not understand why the list of documents is not displayed? [object] [object] is displayed in pdf report
  • eymen-elkum
    Active Community Member
    • Nov 2014
    • 482

    #2
    Need more Information about steps made you got that result
    EspoCRM Expert since 2015
    We build custom solutions & premium extensions
    Eblasoft Technology Solutions​

    Comment

    • Sab0tajue
      Senior Member
      • Jul 2019
      • 318

      #3
      I have a field like "Several attachments" users put documents there (see screenshot) so I just need to display the file names in a PDF report

      Comment

      • rabii
        Active Community Member
        • Jun 2016
        • 1397

        #4
        you can do it like below, change the name of the field to the correct name (can't figure out from the screenshot but i just use severalAttachmentsIds as example)

        PHP Code:
        {{#each severalAttachmentsIds}}
             {{var this ../severalAttachmentsNames}}
        {{/each}} 
        

        Hope this helps
        Rabii
        EspoCRM Custom Development

        đź”— Portfolio & Builds

        Comment

        Working...