Feature(s) impacted
Model Relationship modeling.
Observed behavior
Hello,
I’m trying to understand how to configure the display of relationships.
I have a table “Invoice” with a relation to another table “Organization”. An Invoice item has a relation to an organization.
I have a belongsTo relationships between to two tables. And I see the id of the related items.
I want to display a specific field from the Organization table to have the name of the Organization in my Invoice collection.
Expected behavior
Here, I want to display “Diego” instead of “95” in my Invoice collection for the field “Client”.
Context
- Project name: MyFlightConnect
- Team name: MyFlightConnect
- Agent type: Postgres