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.

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