Guys, need help.
I have table for :
- sales_order_header,
- sales_order_detail,
- sales_return_header,
- sales_return_detail
I have made my form for sales order, and it work perfectly like i want. The problem come when i want to reference the data when built the form for sales_return.
When i load the sales_return form (master / detail), i want my detail generate the data from sales_order_detail table and can be edited before i submit it row by row or all at once.
Does anybody know how to do this ? Or can scriptcase do something like this ?
The purpose so the user doesn’t need to add row by row the data that need to be submitted.
Thanks