InventOnHand.AvailPhysical() method not found

Hi,

I am trying to calculate the available physical using the InventOnhand class. I see some of the articles online that show that InventOnHand class has a method called availPhysical() but I do not see that in our environment when I expand the class in the AOT but I can see the method when I putting the code together in X++. Am I missing something here?

Thanks,

Dave

Hi,

In the standard, there will no lines of the code in that metho d,you have to customize that method based on your requirements.

regards,

John

Check this class InventOnHandQty… It is the parent class of InventOnHand