Hello,
some one have a best way to convert entity Base to BasePlus ?
it's a existing entity with many record
Thanks
some one have a best way to convert entity Base to BasePlus ?
it's a existing entity with many record
Thanks
"links": { (existing code) "meetings": { "type": "hasMany", "entity": "Meeting", "foreign": "parent", "layoutRelationshipsDisabled": true }, "calls": { "type": "hasMany", "entity": "Call", "foreign": "parent", "layoutRelationshipsDisabled": true }, "tasks": { "type": "hasChildren", "entity": "Task", "foreign": "parent", "layoutRelationshipsDisabled": true }, "emails": { "type": "hasChildren", "entity": "Email", "foreign": "parent", "layoutRelationshipsDisabled": true } }
"sidePanels": { "detail": [ { "name": "activities", "label": "Activities", "view": "crm:views/record/panels/activities", "aclScope": "Activities" }, { "name": "history", "label": "History", "view": "crm:views/record/panels/history", "aclScope": "Activities" }, { "name": "tasks", "label": "Tasks", "view": "crm:views/record/panels/tasks", "aclScope": "Task" } ] }
Comment