Announcement

Collapse
No announcement yet.

Create/Read/Edit/Delete portal role permissions for category tree

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

  • Create/Read/Edit/Delete portal role permissions for category tree

    Hi,

    We could not manage to find a solution to this problem in other posts, so I will make a new one. We could only figure out how to adjust the read permissions, but we need more role access options for the Document folders in this case. To be more specific - we need to enable the creation of the folders and limit Read/Edit/Delete to account level. We have also added a relation with the Account entity for Document folders. And as of right now we have added the following code:

    {
    "aclPortalLevelList": [
    "all",
    "account",
    "contact",
    "own",
    "no"
    ]
    }​

    to custom/Espo/Custom/Resources/metadata/scopes/DocumentFolder.json
    Attached Files

  • #2
    Hi, if you want to enable Create, Edit and Delete actions you need also add this to scopes:
    Code:
    "aclPortalActionList": ["create", "read", "edit", "delete"]

    Comment

    Working...
    X