I have many different entities that all revolve around a main product entity. The main product entity has several useful attributes that users want to see but should not be able to edit. I can add the name and code of the main product entity as a domain based attribute, but how do I get the other associated reference attributes to also show up in the secondary entities that use the main product entity?
For now I'm just coding around it but it's quickly becoming a huge chore.