PDF templates

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peterberlin
    Active Community Member
    • Mar 2015
    • 1004

    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
  • yuri
    Member
    • Mar 2014
    • 8510

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

    • peterberlin
      Active Community Member
      • Mar 2015
      • 1004

      #3
      Thank you very much.

      Comment

      Working...