Hello! I’m having trouble with creating item tracking line.
For example, I have a PO with purchase line that have quantity to receive 150.
I want to create two different warehouse receipt with two different container #
Container #1 received quantity 90 and Container #2 received quantity 60.
Both adds up to 150.
In my extension code, I used reservation entry to insert item tracking line to corresponding warehouse receipt line.
However, even though there is two different warehouse receipt, received quantity from Container #1 and Container # 2 are in same item tracking page
So I want to have separate item tracking page for container #1 and container #2 instead of all combined.
Is there a way to do this? Please help!
Thank you