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
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
Comment