InventSameBatchReserveCheck Class [AX 2012]
The InventSameBatchReserveCheck class is responsible for verification of whether it's possible to reserve an inventory movement that has same batch reservation requirements.
Syntax
class InventSameBatchReserveCheck implements InventISameBatchReserveCheck
Run On
Called
Methods
Method | Description | |
---|---|---|
alreadyReservedBatch | Fetches the batch that has already been reserved for the inventory movement. | |
batchCriteria | Gets the specific batch that has to be reserved based on the parameters of the reservation check. | |
calculateAvailableQtyCriteria | Calculates the criteria for the quantity that has to be available for the reservation check to succeed. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
checkFailed | ||
checkRequestedBatch | Verifies that the requested batch does not have any conflicts with the batch that has already been reserved for the movement. | |
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. | |
findBatchCriteria | Finds the specific batch that has to be reserved based on the parameters of the reservation check. | |
findRequestedBatch | Finds the requested batch based on the requested inventory dimensions parameter of the check. | |
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. | |
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. | |
parmCriteriaBuilder | Gets or sets the CriteriaBuilder parameter. | |
parmInventDimParmRequested | Gets or sets the InventDimParmRequested parameter. | |
parmInventDimRequested | Gets or sets the InventDimRequested parameter. | |
parmMovement | Gets or sets the Movement parameter. | |
parmShowInfo | Gets or sets the ShowInfo parameter. | |
requestedBatch | Gets the requested batch based on the requsted inventory dimensions parameter of the check. | |
run | Runs the same batch reservation check. | |
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 InventSameBatchReserveCheck class. | |
::newFromDim | Creates a new instance of the same batch reservation check class. | |
::newFromMovement | Creates a new instance of the same batch reservation check class. |
Top
Inheritance Hierarchy
Object Class
InventSameBatchReserveCheck Class
WHSInventSameBatchReserveCheck Class