PdsSameLotBatchResolution_ChangeQty Class [AX 2012]
The PdsSameLotBatchResolution_ChangeQty class resolves the same lot batch reservation issue by updating the movements transaction quantity.
| Method | Description | |
|---|---|---|
| abortManualReservation | Indicates whether manual reservation has to be aborted after the resolution procedure is run. |
| calculateMovCWQty | Calculates the new catch-weight quantity for the movement transaction. |
| calculateMovQtyInventUnit | Calculates the new quantity for the movement transaction in inventory units. |
| calculateMovQtyTransUnit | Calculates the new quantity for the movement transaction in transaction units. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| continueReservation | Determines whether the reservation process should continue. |
| 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.) |
| new | Initializes a new instance of the PdsSameLotBatchResolution_ChangeQty 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.) |
| parmMovement | Gets or sets the Movement parameter. |
| parmPdsCWUpdQty | Gets or sets the PdsCWUpdQty parameter. |
| parmUpdQty | Gets or sets the UpdQty parameter. |
| resolve | Resolves the same batch reservation issue by lowering the transaction quantity. |
| 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.) |
| updateThisMovementBuffer | Updates the buffer of this instance's movement. |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the PdsSameLotBatchResolution_ChangeQty class. |
| ::newParameters | Gets a new resolution procedure with the passed parameters. |
| ::updateMovementBuffer | Creates and initializes a new movement on the server before it updates the buffer to avoid passing a movement from the client to the server. |
Community Additions
ADD
Show: