WMSPalletMoveValidator Class [AX 2012]
The WmsPalletMoveValidator class is used to validate the moves of pallets.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkIsPalletEmpty | Indicates whether the pallet is empty. |
| checkIsPalletInUseOnWMSOrderTrans | Indicates whether a pallet is being used on at least one unprocessed wmsOrderTrans record. |
| checkPallet | Indicates whether the pallet that is indicated by the value of a WMSPallet record can be used as valid input. |
| checkPalletMoveAccrossSite | Indicates whether a pallet was moved across two sites. |
| checkPalletMoveFromInventLocation | Indicates whether a pallet can be moved from the location that is indicated by the value of a InventLocation record. |
| checkPalletMoveFromWMSLocation | Indicates whether a pallet can be moved from the location that is indicated by the value of a WMSLocation record. |
| checkPalletMoveToWMSLocation | Indicates whether a pallet can be moved to the location that is indicated by the value of a WMSLocation record. |
| checkPalletOnTransport | Indicates whether the pallet is on a pallet transport that is indicated by the value of a WMSTransport record. |
| checkToWMSLocation | Indicates whether the location that is indicated by the value of a WMSLocation record can be used as valid input. |
| checkWMSLocationToHeightConstraint | Indicates whether the pallet that is indicated by the value of a WMSPallet record is too high to be put in the location that is indicated by the value of the WMSLocation record. |
| doValidatePalletMove | Validates that the pallet that is indicated by the WMSPallet record can be moved to a new location. |
| doValidatePalletMoveWithinSite | Validates that the pallet that is indicated by the WMSPallet record can be moved from one location to a new location in the same site. |
| 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.) |
| infoIsToLocationFull | Writes to the InfoLog if the location that is indicated by the WMSLocation record is full. |
| init | Initializes internal variables that are used by the class. |
| isPalletInUseOnWMSOrderTrans | Indicates whether a pallet is being used on at least one unprocessed wmsOrderTrans record. |
| isPalletMove | Indicates whether the pallet is being moved to a new location that is indicated by the value of a WMSLocation record or a new location that is indicated by the value of a Inventlocation record. |
| new | Initializes a new instance of the WMSPalletMoveValidator 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.) |
| setInventLocationIdTo | Sets the InventLocationIdTo parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setWMSLocationIdTo | Sets the WMSlocationIdTo parameter. |
| setWMSPallet | Sets the WMSPallet parameter. |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the WMSPalletMoveValidator class. |
| ::newFromParameters | Initializes an instance of the WMSPalletMoveValidator class. |
| ::validatePalletMove | Validates that the pallet that is indicated by a WMSPallet record can be moved to a new location. |
| ::validatePalletMoveWithinSite | Validates that the pallet that is indicated by the value of a WMSPallet record can be moved from one location to a new location in the same site. |
Community Additions
ADD
Show: