Hello,
I know that I can remove the select, create, and remove actions from record list views in a relationship panel via clientDefs, e.g.:
But is it possible to specify this for a specific entity's main list view without creating a specific list.js view? I.e. do it all via metadata, not creating a js file.
I know that I can remove the select, create, and remove actions from record list views in a relationship panel via clientDefs, e.g.:
PHP Code:
"relationshipPanels": {
"campaignLogRecords": {
"rowActionsView": "views/record/row-actions/empty",
"select": false,
"create": false
}
}
But is it possible to specify this for a specific entity's main list view without creating a specific list.js view? I.e. do it all via metadata, not creating a js file.
Comment