Dear Experts,
There is any site which give all kind of information about all classes from A to Z. in dynamics ax, For example, check the below code i want to know how this class is working:
In the below code an instance is created for class "inInventIAvailability " after that it takes two tables as arguments ((_inventSum, _inventDim) . then what about parmInventAvailability() method.??
InventIAvailability inventAvailability = InventAvailabilityProvider::findBySumDim(_inventSum, _inventDim).parmInventAvailability();
This is inventOnhandDP class insert tmp table.
Best Regards,
Shabir Ahmad