Hi,
I have this row action for an entity and works fine.
custom/Espo/Custom/Resources/metadata/clientDefs/contact.json
Question is how to make this for every entity as default?
I have this row action for an entity and works fine.
custom/Espo/Custom/Resources/metadata/clientDefs/contact.json
Code:
"relationshipPanels": {
"cAccounts": {
"rowActionsView": "views/record/row-actions/relationship-view-and-edit",
"select": false
}
}

Comment