No. I think you missunderstand my point.
I have two parent tables (Sales Quotation and Sales Order).
Each has two child tables (Sales Quotation has Sales Quotation Details, and Sales Quotation Payment Terms), while (Sales Order has Sales Order Details and Sales Order Payment Terms).
My Question is, how can i copy Sales Quotation to Sales Order including all of those child?
I cannot grab my Sales Order No. (Auto Generated using my own code below)
How can I grab the newly created Sales Order Number, and use it to create the new Child?
