How to add this for Base Plus type? None of the code seem to mention "Base" directly.
For example I know I need to change this section if I want to use this for Contact (which is a Base Plus? or probably Person)
The type can be found here: https://docs.espocrm.com/development...a/scopes/#type
But where do I add BasePlus in the code?
Is it possible to append multiple aclScope?
Rather than having multiple files of same code.
For example I know I need to change this section if I want to use this for Contact (which is a Base Plus? or probably Person)
The type can be found here: https://docs.espocrm.com/development...a/scopes/#type
But where do I add BasePlus in the code?
Code:
"aclScope": "Contact",
Code:
"aclScope": "Contact", "Account", "Case",
Comment