Edit relation table from main table screen

Hi,

I have a list of products displayed as a collection list on a Pages tab. Each product can have only one order per customer, so I’ve defined a relation (multiple items) in products table for orders based on their common product Id. I can show the details or edit screen from each product, but it doesn’t let me access/edit the product’s order data, despite the defined relation.

Any solution or workaround in this scenario?

Thank you!

Add a collection to your Product details screen, and set the source as your multiple relation column. The collection item default action will be to show the details screen for each order. From there, you can enable editing.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.