I have a production form as you can see in below picture. On line level i have this requirement that first line will be Output type as you can see this line or record will be insert by user himself. Then he will click highlighted button called /Suggest Quantity/.
Now you can see when I Clicked /Suggest Quantity/ button this form open as you can see in below screenshot. Now my requirement is when i clicked the /UPDATE/ button of Suggest Qty form the remaining line except first line with the type of /Output/ will auto populate on ProductionLine on that record from where I opened this second form Suggest Qty. Like for example On Production form this number sequence is QTC-P-0000010 so the record will auto populate on this /QTC-P-0000010/ record line level.
Note: Both Production Form and Suggest Qty form have different data sources.
By the way i tried adding clicked method on second form update button and init method on productionLine but that does not work. please suggest any different solution.
Please suggest me any solution regarding this problem.