How to create an invoice table properly?

I’m trying to create an invoice table, and my problem here is that i can only add 1 product for every 1 invoice. Any suggestions?

Solved Solved
0 5 600
  • UX
1 ACCEPTED SOLUTION

Why do you need 2 ref columns in Invoice table? Only 1 reverse reference (where isPartOf set to ON) will be enough where you can assign multiple products to an invoice item.

View solution in original post

5 REPLIES 5
Top Labels in this Space