Hi,
I am able to find the on hand inventory using below code:
inventDIm.InventLocationId = 'Location';
invDImParm.initFromInventDim(inventDIm);
onHand= InventOnhand::newParameters('Item_ID',inventDIm,invDImParm);
quantity = onHand.availPhysical();
But I would like to know where that item is ?
Basically say I am finding finding teh onHand available physical of an item then I want to get its dimensions.
In my case I am specifically finding in a site and under a particular warehouse what is the total quantity available and what is the location of it ?
Thanks in advance,
Anoop
*This post is locked for comments
I have the same question (0)