
Hello,
I need to access the return lot ID from a return order to match the return lines in the original order line.
Is there a way to access the return lot ID using Odata?
This is in regard to a 3rd party integration.
It is the returned order/Lot Id i need to access.
After checking more into this, I find that there is no way to access Return Lot ID directly from Salesorderlinesentity.
I needed to create an extension and add InventTransReturnId from the sales table to salesorderlinesentity.
Now I can access returnlotID.