I have a scenario where the user will scan a QRCode, which will launch a suitelet. In this suitelet, they can adjust how many item's were actually sent. From here, I'll create an item receipt from the Transfer Order via the transform function. So when, in the suitelet, the qty is adjusted, I'll need to adjust that qty in the item receipt. So I have 2 sublists, and I will need to adjust sublist A (returned from transform) to match sublist B(from suitelet). Will what I have work, or is there a much better way to do this?