Hi All
I have following tabels:
- Account
- Product
- Order
I would like to the following in my order tabel
- Connect one Account (lookup), done
- Multiple products, fail
How can i add multiple products to my order?
Thanks,
BR
Juul
Hi @Juul ,
I would recommend adding another table called Order Line that would be a N:1 to the Order. This table would contain a lookup to the Product entity and would also have things like quantity, price, tax, and other fields that would be tied to the order line for that specific order.
User | Count |
---|---|
18 | |
9 | |
8 | |
5 | |
5 |
User | Count |
---|---|
31 | |
29 | |
18 | |
15 | |
4 |