Announcement

Collapse
No announcement yet.

portal role

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

  • portal role

    Hello,
    not all of your own entities are displayed in the portal role.
    What could be the cause?
    peter

  • #2
    Hi,
    some entities couldn't be implemented for portal. What entities do you want?

    Comment


    • #3
      We created an entity about two years ago. Type Base

      Comment


      • #4
        add to entity scope

        custom/Espo/Custom/Resources/metadata/scopes/{EntityName}.json
        Code:
         "aclPortal": true,
            "aclPortalLevelList": [
                "all",
                "account",
                "contact",
                "own",
                "no"
            ],

        Comment


        • #5
          thank you

          Comment

          Working...
          X