Announcement
Collapse
No announcement yet.
Disable export for certain entity
Collapse
X
-
If you use VSCode, autocompletion should work if you create the file in the right place.
-
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
Leave a comment:
-
Thank you, I had seen that already, but how and where can I put which value. i know, that most of this kind of configuration maybe inserted in a json file, but there I am lost. Which file, if so?
Leave a comment:
-
Hi there,
This should be what you are looking for : https://docs.espocrm.com/development...exportdisabled
Regards,
Firyo.
Leave a comment:
-
Disable export for certain entity
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.Tags: None
Leave a comment: