Announcement

Collapse
No announcement yet.

Second "Link Parent" field doesn't work

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

  • Second "Link Parent" field doesn't work

    Hello,

    we've created a new event-entity "holidays" and created a second "link parent" field in it:

    {
    "fields": {
    "parent": {
    "type": "linkParent",
    "entityList": [
    "Account",
    "Lead",
    "Contact"
    ]
    },
    "parent2": {
    "type": "linkParent",
    "entityList": [
    "Account",
    "Lead",
    "Contact"
    ]
    },
    },
    "links": {
    "parent": {
    "type": "belongsToParent"
    },
    "parent2": {
    "type": "belongsToParent"
    }
    }

    but only the first field works as expected. If "contact" is choosen in the first link parent field, the holiday is shown in the contacts activity panel. But not if it is choosen in the second link parent field.
    We've also tried to create a n:1 relationship between "holidays" and "contact" but this doesn't work also.

    What could be wrong?


    Best regards,

    Daniel

  • #2
    Anybody?

    Comment

    Working...
    X