WHSInventReserveQty Class [AX 2012]
The WHSInventReserveQty class calculates WHS-specific on-hand quantities.
| Method | Description | |
|---|---|---|
| availOrdered | Gets the available ordered quantity. |
| availPhysical | Retrieves the physically available quantity. |
| availReservation | Gets the quantity available for reservation. |
| availTotal | Gets the total available quantity. |
| calculate | |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canOptimizeInventDimId | Checks whether InventDimId-based optimizations can be applied. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getItemLevelInventDimId | |
| getLowestLevelInventDimId | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| includeDelta | |
| inventSum | |
| level | Gets the reservation hierarchy level for which the calculations are being done. |
| new | Initializes a new instance of the WHSInventReserveQty class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| onHandLevelFromInventDimParm | Calculates the deepest hierarchy level that is enabled by the InventDimParm class for the specified item. |
| ordered | Retrieves the ordered quantity. |
| orderedSum | Gets the quantity that was ordered but is not physically available in the warehouse yet. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the WHSInventReserveQty class. |
| parmInventDimCriteria | Gets or sets the InventDimCriteria parameter. |
| parmInventDimParm | Gets or sets the InventDimParm parameter. |
| parmInventSum | Gets or sets the InventSum parameter. |
| parmInventTable | Gets or sets the InventTable parameter. |
| reservOrdered | Retrieves the value of the ReservOrdered field. |
| reservPhysical | Retrieves the value of the ReservPhysical field. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| ttsId | |
| unpack | Deserializes the _packedInstance parameter value to an instance of the WHSInventReserveQty class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| whsInventReserveAggr | |
| whsInventReserveLevel | |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::calculateAggrOnServer | |
| ::calculateLevelOnServer | |
| ::calculateOnServer | |
| ::calculateOnServerNoPacking | |
| ::construct | |
| ::create | Creates a new instance from the container obtained from a prior call to the WHSInventReserveQty.pack method. |
| ::newFromParms | Creates a new instance of the WHSInventReserveQty method that is initialized with the specified parameters. |
Community Additions
ADD
Show: