I have a specific requirement where batch reservation needs to have the same inventory dimensions specified in transfer orders, relating them to the main BOM line.
To do so I used /InventMovement` Class and particulary the `updateReservation()` method to create reservation transactions by updating the BOMLINE dimensions with the dimensions of the transfer order.
However, a problem occured when partially reserving the quantity, as the on-order transaction is created with the dimensions of the transfer order instead of retaining the initial dimensions specified in the BOM.
I seek guidance on how to address this issue effectively. Are there alternative methods or approaches within D365 FO to achieve batch reservation based on transfer order dimensions while maintaining the original BOM dimensions during partial reservations?
Thanks in advance.