WHSLocationMixingConstraintValidator Class [AX 2012]
The WHSLocationMixingConstraintValidator class is responsible for verifying that the allow mixed items, allow mixed batches and allow mixed statuses constraints are respected.
| 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.) |
| init | Performs initialization of the object based on the specified parameters. |
| initBatchCheck | Initializes the object for performing the batch mix check. |
| initItemCheck | Initializes the object for performing the item mix check. |
| initPhysicalReceiptCheck | Initializes the object for performing the full location mix check of a physical receipt. |
| initStatusCheck | Initializes the object for performing the full status mix check. |
| isBatchMixValid | Determines whether the allow mixed batches requirements are respected. |
| isBatchMixValidTmpWorkLine | |
| isBatchMixValidWork | |
| isItemMixValid | Determines whether allow mixed items requirements are respected. |
| isItemMixValidTmpWorkLine | |
| isItemMixValidWork | |
| isMixValid | Performs the mix check based on the specified parameters. |
| isMixValidInventory | |
| isMixValidTmpWorkLine | |
| isMixValidWork | |
| isPhysicalReceiptValid | Determines whether the mixing requirements are respected for a physical receipt. |
| isStatusMixValid | Determines whether the allow mixed statuses requirements are respected. |
| isValidationNeeded | |
| new | Initializes a new instance of the WHSLocationMixingConstraintValidator class. |
| newReceiptMatchesLastReceipt | |
| newReceiptMatchesOnHand | |
| 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.) |
| parmCheckInventory | Gets or sets the CheckInventory parameter. |
| parmCheckTmpWorkLine | Gets or sets the CheckTmpWorkLine parameter. |
| parmCheckWork | Gets or sets the CheckWork parameter. |
| parmReceiptInventDim | Gets or sets the ReceiptInventDim parameter. |
| parmReceiptItemId | Gets or sets the ReceiptItemId parameter. |
| 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.) |
| validateParameters | |
| validatePhysicalReceipt | Determines whether the mixing requirements are respected for a physical receipt and shows an warning if the validation failed. |
| 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 WHSLocationMixingConstraintValidator class. |
| ::newFromReceiptItemDim | Creates a new instance of the validator based on the item and the dimensions of a physical receipt. |
Community Additions
ADD
Show: