I am working on an application where i have orders(master) and order detail (child) table:
Shipment (master) and shipment details (child) table
Each order can have one or multiple shipments (and each shipment can have multiple shipment details):
How can i show order details on shipment add page? is there any way that i can show list of order details on add page?
Thanks for support