Hi, I just created a header/detail form in Enterprise portal that works fine, it saves the header and the lines from the grid (I had to call the UpdateRow method in the ItemInserting method on the form to save all at once). Now what I want to create is the same form but that ressembles the sales order form in AX, that's it: Header, detail, and sales line detail.
The first axGroup points to a form that is set to use the header table, the grid is set to the details table, and the other axGroup with the line details points to another form that is set to the details table. the header saves correctly, and also the grid information, but the information on the second group is not being saved because the save/close button is the one generated by the first form, but I still need a second form so the second axGroup can see the fields from the details table right?
Is there a way to save the content of the second axGroup when the save/close button in the first axForm is clicked? thanks a lot!
*This post is locked for comments
I have the same question (0)