Announcement

Collapse
No announcement yet.

Allow PDF Exports on Portals

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

  • 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

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

    Comment


    • #3
      Hello,

      Thanks as always. Worked great!

      Comment

      Working...
      X