Announcement

Collapse
No announcement yet.

[object] [object]

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [object] [object]

    I do not understand why the list of documents is not displayed? [object] [object] is displayed in pdf report

  • #2
    Need more Information about steps made you got that result
    CEO & Founder of Eblasoft.
    Professional EspoCRM development & extensions.

    Comment


    • #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


      • #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

        Comment

        Working...
        X