I need Emails as Relationship Panel for Opportunities (and some other custom entities), but it is absent in the list in Layout Manager. How should I do it?
Announcement
Collapse
No announcement yet.
Emails in Relationship Panels
Collapse
X
-
Hi Oleksii.
For Opportunity you have do:
1. Open file /custom/Espo/Custom/Resources/metadata/entityDefs/Opportunity.json and add to the link section this code:
Code:"links": { "emails": { "layoutRelationshipsDisabled": false } }
3. Refresh a web page.
4. Administration -> Layout Manager -> Opportunity -> Relationship Panels -> drag and drop the Email panel.Last edited by moderator; 05-14-2020, 12:25 PM.
Comment