WHSPool Class [AX 2012]
The WHSPool class is the abstract base class for common business logic for the WHSProdBOMPool and WHSKanbanJobPickingListPool tables.
| Method | Description | |
|---|---|---|
| addWavedQty | Add quantity as waved quantity. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| determineLastBatchConsumed | Determines the last consumed batch ID. |
| displayOrderIdAndItemId | Displays the order ID and item ID in a concatenated string. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findBatchItems | Finds batch item inventory. |
| getDimForNegativeConsumption | Finds the missing batch dimensions when consuming inventory to drive physical inventory negative. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| id | Retrieves the ID of the pool. |
| initFromBuffer | Initializes the pool record from a table buffer. |
| initializeValuesFromDimGroupSetup | Initialized global values based on dim group setup for the item. |
| inventDim | Retrieves the inventory dimension of the pool. |
| inventTransId | Retrieves the inventory transaction ID of the pool. |
| inventTransOriginId | Retrieves the inventory transaction origin of the pool. |
| isOnOpenWave | Determines if the pool is on an open wave. |
| itemId | Retrieves the item ID of the pool. |
| movementBuffer | Retrieves the inventory movement buffer of the pool. |
| new | Initializes a new instance of the WHSPool 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pickFromWorkCenter | Picks inventory form a work center location. |
| pool | Retrieves the current pool record. |
| qtyLeftToWave | Calculates the quantity that is left to wave. |
| reservedInventQty | Calculates the pool quantity that is physically reserved. |
| 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.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateInventDimForPick | Validates that the inventDim has all required physical inventory dimensions set and is valid for pick. |
| wait | Pauses a process. (Inherited from Object.) |
| waveTemplateType | Retrieves the wave template type for the pool. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::calcOpenAndFrozenWorkQty | Calculates the total quantity that is being processed and the quantity that is frozen by work. |
| ::calculateOpenWorkQty | Calculates the quantity that is being processed by work. |
| ::calculateWorkFrozenQty | Calculates the quantity that is being frozen by work. |
Community Additions
ADD
Show: