Announcement

Collapse
No announcement yet.

PDF templates

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

  • PDF templates

    Hi,
    We have been using espocrm since June 2015, when we also created our own entitys. These "old" entitys types cannot be selected to create PDF templates.
    Peter

  • #2
    I think you need to specify

    "object": true

    file
    custom/Espo/Custom/Resources/metadata/scope/EntityTypeName.json


    Code:
    {
       ...
    
       "object": true
    }
    Note , that there should not be trailing comma.

    Comment


    • #3
      Thank you very much.

      Comment

      Working...
      X