Hi
Is Entity inheritance within the Common Data Service available ?
ie can I have a base entity and then have a number of other entities which inherit the base entity and then add on their own fields.
I have a base entity called Contact, I then want some other entities such as sales managers and sales people which inherit the Contact entity and add in their own fields.
I have potentially have 10s or even 100s of such entities which will inherit the contacts Entity. Trying to maintain these entities would be a nightmare if I cannot inherit off a base entity.
Regards
Nigel