Hi everyone,
I'm hoping to create a many-to-many relationship between an entity and itself, with metadata added.
Example:
I have an entity: Organization.
An Organization can support another organization, or receive support from another organization.
When I create a many-to-many relationship on the entity Organization, with the same entity Organization, and call the left label: 'Provides support to' and the right label: 'Receives support from', then this works perfectly.
But now I would like to add two dates to this relationship: 1. when the support relationship started, and when it ended.
This is not possible in the many-to-many relationship.
In each organization I would like to have a two bottom panel showing:
Supports:
Organization name - from date - to date
Receives support from:
Organization name - from date - to date
Any ideas how to achieve this?
I'm hoping to create a many-to-many relationship between an entity and itself, with metadata added.
Example:
I have an entity: Organization.
An Organization can support another organization, or receive support from another organization.
When I create a many-to-many relationship on the entity Organization, with the same entity Organization, and call the left label: 'Provides support to' and the right label: 'Receives support from', then this works perfectly.
But now I would like to add two dates to this relationship: 1. when the support relationship started, and when it ended.
This is not possible in the many-to-many relationship.
In each organization I would like to have a two bottom panel showing:
Supports:
Organization name - from date - to date
Receives support from:
Organization name - from date - to date
Any ideas how to achieve this?
Comment