We have a situation where for example, We have a Sales Order with 3 lines with Quantity's of 10, 20, 30 linked to a Production order. When we book through for example a quantity of 7 (Less than the first sales line Quantity) It creates a new reservation of 3 and changes the existing one to a quantity of 7. This is correct.
If we then book through a quantity of 5 through the prod. order timings it will take the 5 from the second reservation (the 20) and change this to 15. This creates errors when shipping later on. We need it to be smarter and take the Remaining 3 from the original reservation and then in this example 2 from the 20. I feel this all takes place in the 'Create Reserv. Entry' codeunit but at which point i'm finding hard to figure out. Has anyone find this / resolved such an issue.
*This post is locked for comments