WHSInventSameBatchReserveCheck Class [AX 2012]
The WHSInventSameBatchReserveCheck class is responsible for verification of whether it's possible to reserve an inventory movement for a WHS-enabled item that has same batch reservation requirements.
| Method | Description | |
|---|---|---|
| alreadyReservedBatch | Fetches the batch that has already been reserved for the inventory movement. (Inherited from InventSameBatchReserveCheck.) |
| availableBatchQueryBuilder | |
| batchCriteria | Gets the specific batch that has to be reserved based on the parameters of the reservation check. (Inherited from InventSameBatchReserveCheck.) |
| calculateAvailableQtyCriteria | Calculates the criteria for the quantity that has to be available for the reservation check to succeed. (Inherited from InventSameBatchReserveCheck.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkRequestedBatch | Verifies that the requested batch does not have any conflicts with the batch that has already been reserved for the movement. (Inherited from InventSameBatchReserveCheck.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findAvailableBatch | Finds the batch that satisfies the parameters of the check. (Overrides the findAvailableBatch Method.) |
| findBatchCriteria | Finds the specific batch that has to be reserved based on the parameters of the reservation check. (Inherited from InventSameBatchReserveCheck.) |
| findRequestedBatch | Finds the requested batch based on the requested inventory dimensions parameter of the check. (Inherited from InventSameBatchReserveCheck.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isBatchAvailable | Verifies if the specified batch is available based on the parameters of the check. (Inherited from InventSameBatchReserveCheck.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmAvailableQtyCriteria | Gets or sets the AvailableQtyCriteria parameter. (Inherited from InventSameBatchReserveCheck.) |
| parmCriteriaBuilder | Gets or sets the CriteriaBuilder parameter. (Inherited from InventSameBatchReserveCheck.) |
| parmHierarchyProvider | Gets or sets the HierarchyProvider parameter. |
| parmInventDimParmRequested | Gets or sets the InventDimParmRequested parameter. (Inherited from InventSameBatchReserveCheck.) |
| parmInventDimRequested | Gets or sets the InventDimRequested parameter. (Inherited from InventSameBatchReserveCheck.) |
| parmMovement | Gets or sets the Movement parameter. (Inherited from InventSameBatchReserveCheck.) |
| parmShowInfo | Gets or sets the ShowInfo parameter. (Inherited from InventSameBatchReserveCheck.) |
| requestedBatch | Gets the requested batch based on the requsted inventory dimensions parameter of the check. (Inherited from InventSameBatchReserveCheck.) |
| run | Runs the same batch reservation check. (Overrides the run Method.) |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the WHSInventSameBatchReserveCheck class. |
Community Additions
ADD
Show: