Yes, this is related to Inheritance-like functionality:
Example: If I have a Project Type that is related (1:1) to a SEO Info Type, my desire is for a Projects Table View that can display and edit the fields of the related SEO Info entity (if it exists).
The issues with using Lookups for this are:
- Each Lookup field must be manually created (cumbersome, and error-prone if field definitions change)
- Lookups do not allow editing the related values in the Table View