WHSInventStatusReservationHandler Class [AX 2012]
Removes marking and/or reservations as necessary upon inventory dimension changes.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| handleOrderedReservations | Checks availability at the required dimension levels and removes reservations, if necessary. |
| init | Initialize the required global variables for the WHSInventStatusReservationHandler class. |
| new | Initializes a new instance of the WHSInventStatusReservationHandler 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.) |
| onReceiptTransWritten | Finishes the removal of markings after the receipt transaction has been written to the database. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmFromInventDim | Gets or sets the FromInventDim parameter. |
| parmInventTransReceipt | Gets or sets the InventTransReceipt parameter. |
| parmReceiptMovement | Gets or sets the ReceiptMovement parameter. |
| parmToInventDim | Gets or sets the ToInventDim parameter. |
| parmUnmarkedQty | Gets or sets the UnmarkedQty parameter. |
| removeTransMarking | Removes the marking references on both the issue and receipt transactions. |
| removeTransReservationMarking | Executes the removal of reservations and/or marking transaction references if inventory status has changed. |
| setRequiredDimLevels | Sets the top and bottom required dimension levels to be checked for reservation removal. |
| 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.) |
| updateMarkedIssueTrans | Updates issue transactions to remove marking references. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateStatusChange | Compares two dimension sets to ensure that the inventory status has changed, but all dimension levels above status remain the same. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the WHSInventStatusReservationHandler class. |
| ::newStandard | Creates a new instance of the WHSInventStatusReservationHandler class. |
Community Additions
ADD
Show: