Hi everyone,
I want to replicate exactly what is in this example
The possibility to add comments (child) easily attached to a specific row
On my app sheet, I have created a Reunion View (Meeting view) linked to a Commentaire view with the exact same carateristic in data and UX. I have linked the two through an ID ‘Id Réunion’
But I can’t find the tricks to have the possibility to add a comments on my réunion view and see them as they are displayed on the other app.
Thanks for your help,
Ping me if needed
Hi Marc,
You mean using this right ? Is Part Of ?
References can indicate not only that two tables are related, but that rows of one table should be owned by (or considered a part of) rows from another table. This is done by activating the IsAPartOf option in the Ref column structure. Typically, this should only be done in cases where rows containing the Ref column only make sense when associated with a row from the referenced table. For example, you may have a separate Order Details table for line items that reference an Order, but conceptually each entry should be considered part of an Order and shouldn’t exist independently (put another way, the Order record owns the Order Details that reference it).
There are several implications of enabling this ownership relationship:
- Form views should allow users to add or update related rows that are a part of that row without leaving the form.
- A form comprised of multiple rows should be treated as a single update.
- If a row is deleted, any related rows that are a part of it should also be deleted (and again treated as a single update).