Express - Can you have multiple sub-objects?
Permalink
First time looking at Express and have more of a conceptual question.
Can you have multiple sub-objects? e.g.
In the real world that might translate into...
And depending on the product, size might be a product option which modifies the price.
I see you can have one to many relationships but can they be grouped under a master object or would they all appear as objects at the same level (which could get confusing fast)?
Cheers
Ben
Can you have multiple sub-objects? e.g.
Product |_Product option 1 |_Product option 2
In the real world that might translate into...
T-Shirt |_Size |_Small |_Medium |_Large |_Colour |_Red |_White |_Black
And depending on the product, size might be a product option which modifies the price.
I see you can have one to many relationships but can they be grouped under a master object or would they all appear as objects at the same level (which could get confusing fast)?
Cheers
Ben