I would like to disable the export only for one certain entity. By Administrator settings and roles it is only possible to disable all or none.
Announcement
Collapse
No announcement yet.
Disable export for certain entity
Collapse
X
-
Hi there,
This should be what you are looking for : https://docs.espocrm.com/development...exportdisabled
Regards,
Firyo.
-
custom/Espo/Custom/Resources/metadata/clientDefs/YourEntityType.json (the metadata path is at beginning of the article, the same for every metadata reference article).
The parameter is of the boolean type (as stated in the docs). Means it can be true or false.
Code:{ "exportDisabled": true }
- Likes 2
Comment
Comment