Hi All,
I need a form with design of two grids.
In first grid (in action pane having add button).When add button clicked i need to show the sales id as lookup from sales table. After selecting saleId from lookup,
second grid i need to show the related sales line for selected sales table. In second grid, i can edit line quantity.
I can repeat this process again like selecting other salesid and so on..
I need to have one ok button , after clicking ok button the record needs to insert in two newly created table.
First grid record (sales ids ) in header table and second grid (sales line) record in line table.
How to achieve this design.
Thanks in advance.