display Real itemOnHand()
{
ItemId itemId;
InventDimParm inventDimParm;
InventSumDatePhysicalDim inventSumDatePhysicalDim;
;
inventDimParm.initFromInventDim(this.inventDim());
return inventSumDatePhysicalDim::onHandQty(today(),this.ItemId,this.inventDim(),inventDimParm);
}
this.inventDim();
ReplyDeleteplease tell me, what is the definition of inventDim() method.
Hi Namita, if i'm not mistaken this method is customised on a transaction table with inventDim() method, you could add inventDim inventDim; in the variable declaration.
ReplyDelete