Announcement

Collapse
No announcement yet.

Emails in Relationship Panels

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Emails in Relationship Panels

    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?

  • #2
    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
        }
    }
    2. Administration -> Clear Cache.
    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


    • #3
      Thank you.
      Is there any way to make this option available from UI in cloud system?

      Comment


      • #4
        No way to achieve it through UI. Code only. But for the cloud customers we can do such tiny customization on demand.

        Comment

        Working...
        X