Announcement

Collapse
No announcement yet.

relationships Emails

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

  • relationships Emails

    Hello,
    We created our own entity and connected it 1:n to the Email module.
    I can only connect an incoming e-mail bit to the standard entities (Refers to: account, leads, opportunity, contact, ticket). You cannot choose our entity.
    peter
    Last edited by peterberlin; 04-18-2018, 12:42 PM.

  • #2
    Did you add this entity to parent list (Entity Manager > Email > Fields > parent > Entity List)?

    Comment


    • #3
      I didn't know that. It's working. Thank you very much.

      Comment


      • #4
        I was looking forward to it too soon. I can now arrange the email of my own entity. But this e-mail is not displayed in the "E-Mails" subpanel at your own entity.

        Comment


        • #5
          Hi,
          add in custom entityDefs of this entity in links section emails link definition

          Code:
          {
              "links": {
                  "emails": {
                      "type": "hasChildren",
                      "entity": "Email",
                      "foreign": "parent",
                      "layoutRelationshipsDisabled": true    
                  }
              }
          }

          Comment

          Working...
          X