Skip to content

Add Many-to-Many Relationship Between Data Objects and Business Objects #142

@bcler

Description

@bcler

Description
Currently, a Data Object (DO) can be linked only to one Business Object (BO). However, some applications use the same data object to model multiple Business Objects.

In the example below, we have a Party BO that is specialised by a Customer BO and a Prospect BO.
In Salesforce, both BOs are implemented via the Account DO.

image

To represent this, we have to create the Account DO twice.

Requested change

  • Implement a many-to-many relationship between Data Objects and Business Objects to avoid the duplication of DOs

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions