portal role

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

    portal role

    Hello,
    not all of your own entities are displayed in the portal role.
    What could be the cause?
    peter
  • tanya
    Senior Member
    • Jun 2014
    • 4308

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

    Comment

    • peterberlin
      Active Community Member
      • Mar 2015
      • 1004

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

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        add to entity scope

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

        Comment

        • peterberlin
          Active Community Member
          • Mar 2015
          • 1004

          #5
          thank you

          Comment

          Working...