Allow PDF Exports on Portals

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bradaks
    Active Community Member
    • Aug 2017
    • 251

    Allow PDF Exports on Portals

    Good day,

    I love the new PDF addition for all entities. It is working great. Is there any way we can get this feature added to the roles for portal users the same way exporting is allowed.

    Thanks,
    Brad
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    Try to create the file:

    custom/Espo/Custom/Resources/metadata/scopes/Template.json

    Code:
    {
      "aclPortal": true,
      "aclPortalLevelList": ["all", "no"]
    }
    And clear cache.

    I didn't have a chance to test but I believe it will work out. You will be able to allow an access to read Templates in Portal Role. So Print to PDF feature should become available.
    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

    • bradaks
      Active Community Member
      • Aug 2017
      • 251

      #3
      Hello,

      Thanks as always. Worked great!

      Comment

      Working...