Hi,
I am trying to create a screen where a user selects a purchase order which then pulls all the line items, put that in a screen where they can select (using a check box) if the line item came in, together with the number of items that came in and save that to another table.
Now the thing I am struggling with is how to populate the data. I think it would be easiest to select the child records and once checked by the user, save only those records in another table.
Does that makes sense, or is there an easier way and am I just overcomplicating things?