jchewsmith
Technical User
I have a sales order table that hold an order with a unit sell price that I need to create multiple lines in an invoice table for a breakdown of the sell price into details of what the unit price is made up of?
Sales Order table:
Order SellPrice
123 1.00
456 2.00
Price detail Table:
Sell Price(Mail) SellPrice (Postage) SellPrice (Print)
.50 .20 .30
Need to create a table:
Order SellPrice Commentfield
123 .50 Mail
123 .20 Postage
123 .30 Print
456 2.00 No detail for this order so only create the one line
Sales Order table:
Order SellPrice
123 1.00
456 2.00
Price detail Table:
Sell Price(Mail) SellPrice (Postage) SellPrice (Print)
.50 .20 .30
Need to create a table:
Order SellPrice Commentfield
123 .50 Mail
123 .20 Postage
123 .30 Print
456 2.00 No detail for this order so only create the one line