With regards to that below what I did and it worked.
File Path - /application/Espo/Modules/Crm/Resources/metadata/recordDefs/Project.json
-If the entity file not existing, you have to create the json file and include below code for delete, update, follow.
Code:
{ "massActions": { "delete": { "allowed": true }, "update": { "allowed": true }, "follow": { "allowed": true } } }
Leave a comment: