Hi,
Right now summaries containing references are displaying the object id. It would be nice if you could show (a custom part of) the object’s summary.
On of my use cases is that I have a ‘generic’ entity object, which is linked to a specific object. The entity contains frequently used fields such as a label, description, notes, … However, the label is currently only useful for entity objects. Once referenced, the specific object just displays a number if I use the reference in the summary. So currently I’m kind of modeling this like a 1-on-1 entity relationship (or an inheritance from the OOP viewpoint).
Another solution to the problem: make sections reusable (templates), so they can be quickly added to objects. It would be great if they were referenced instead of copied. That way, when fields are added/removed from the section template, the referencing objects will inherit those changes. This is more or less a polymorphism solution (multiple inheritance, compared to OOP).
I’m not sure if any of this is also useful for different use cases. Perhaps there is a better existing solution to the way I’m currently modeling my object graph. I guess generating migration scripts and using the API is another option, but that’s a path outside the scope of the UI.
Btw, I’m really enjoying this application