WHSPoolKanbanJobPickingList Class [AX 2012]
The WHSPoolKanbanJobPickingList class holds business logic for the WHSKanbanJobPickingListPool table.
| Method | Description | |
|---|---|---|
| addWavedQty | Add quantity as waved quantity. (Overrides the addWavedQty Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| determineLastBatchConsumed | Determines the last consumed batch ID. (Overrides the determineLastBatchConsumed Method.) |
| displayOrderIdAndItemId | Displays the order ID and item ID in a concatenated string. (Inherited from WHSPool.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findBatchItems | Finds batch item inventory. (Inherited from WHSPool.) |
| getDimForNegativeConsumption | Finds the missing batch dimensions when consuming inventory to drive physical inventory negative. (Inherited from WHSPool.) |
| 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. (Overrides the id Method.) |
| initFromBuffer | Initializes the pool record from a table buffer. (Overrides the initFromBuffer Method.) |
| inventDim | Retrieves the inventory dimension of the pool. (Overrides the inventDim Method.) |
| inventTransId | Retrieves the inventory transaction ID of the pool. (Overrides the inventTransId Method.) |
| inventTransOriginId | Retrieves the inventory transaction origin of the pool. (Overrides the inventTransOriginId Method.) |
| isOnOpenWave | Determines if the pool is on an open wave. (Overrides the isOnOpenWave Method.) |
| itemId | Retrieves the item ID of the pool. (Overrides the itemId Method.) |
| kanbanJobPickingList | Retrieves the KanbanJobPickingList record. |
| movementBuffer | Retrieves the inventory movement buffer of the pool. (Overrides the movementBuffer Method.) |
| new | Initializes a new instance of the WHSPool class. (Inherited from WHSPool.) |
| 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.) |
| parmWHSKanbanJobPickingListPool | Gets or sets the WHSKanbanJobPickingListPool parameter. |
| pickFromWorkCenter | Picks inventory form a work center location. (Inherited from WHSPool.) |
| pool | Retrieves the current pool record. (Overrides the pool Method.) |
| qtyLeftToWave | Calculates the quantity that is left to wave. (Overrides the qtyLeftToWave Method.) |
| reservedInventQty | Calculates the pool quantity that is physically reserved. (Inherited from WHSPool.) |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| waveTemplateType | Retrieves the wave template type for the pool. (Overrides the waveTemplateType Method.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the WHSPoolKanbanJobPickingList class. |
| ::createPool | Creates a pool for a given kanban. |
| ::createPoolAndWave | Creates a pool and wave(s) for a given kanban. |
| ::createWave | Creates wave(s) for a given kanban. |
| ::newStandard | Creates a new instance of the WHSPoolKanbanJobPickingList class. |
Community Additions
ADD
Show: