Can I add a relation "Many to many" in a model ?
I'm trying to modelize a customer order in Twenty.
I have a model that is my product database, and I want to link multiple products into an order.
It seems that the relation type "Has many", would force my product to be linked to a single order.
Is there any way to do this ?
3 Replies
GitHub
Many-to-Many Workarounds · twentyhq twenty · Discussion #12748
Does anyone have a current best practice for many-to-many workarounds until the feature is done being developed?
They'll be implemented in near future but for time being you have to use a workaround
Thanks, this discussion is helpful, and it's a good news for me, that it's on the short term roadmap.