Hello,
i have to hide the button for add in the list view of my own entity. The data set display and the editor function should not be changed.
is all you need to do in the
custom/Espo/Custom/Resources/metadata/clientDefs/test.json inserts this code
{
"Views": {
"list": "custom:views/test/list"
},
}
or do I have to insert all lines from the documentation?
peter
i have to hide the button for add in the list view of my own entity. The data set display and the editor function should not be changed.
is all you need to do in the
custom/Espo/Custom/Resources/metadata/clientDefs/test.json inserts this code
{
"Views": {
"list": "custom:views/test/list"
},
}
or do I have to insert all lines from the documentation?
peter
Comment