InventBatchConsumptionValidator Class [AX 2012]

This class handles the validation logic used when reserving specific batch inventory.

Syntax

class InventBatchConsumptionValidator

Run On

Called

Methods

  Method Description
Dn674429.protmethod(en-us,AX.60).gif batchAndAboveInventDimParm Gets information about which dimensions are batch and above in the reservation hierarchy for this instance's item.
Dn674429.protmethod(en-us,AX.60).gif batchIsAboveLocation Determines if batch is above location in the reservation hierarchy for this instance's item.
Dn674429.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn674429.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn674429.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn674429.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn674429.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventBatchConsumptionValidator class.
Dn674429.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn674429.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn674429.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn674429.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn674429.protmethod(en-us,AX.60).gif parmInventTable Gets or sets the InventTable parameter.
Dn674429.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn674429.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn674429.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn674429.pubmethod(en-us,AX.60).gif validateAll Validates all conditions are met to allow reservation of the batch.
Dn674429.protmethod(en-us,AX.60).gif validateBatchAttributesForReservation Validates that the batch can be reserved based on batch attributes.
Dn674429.protmethod(en-us,AX.60).gif validateBatchDispositionForReservation Validates that the batch can be reserved based on batch disposition.
Dn674429.protmethod(en-us,AX.60).gif validateExpiryDate Validates that the batch can be reserved based on batch expiration date and customer sellable days.
Dn674429.protmethod(en-us,AX.60).gif validateSameBatch Validates that the batch is not different than a batch currently set on a movement transaction.
Dn674429.pubmethod(en-us,AX.60).gif validateSameBatchAvailQty Determines if there is enough inventory available for the batch selected to satisfy the entire on order amount of the movement.
Dn674429.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn674429.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn674429.pubmethod(en-us,AX.60).gif Dn674429.static(en-us,AX.60).gif ::newFromInventTable Creates a new instance of the InventBatchConsumptionValidator class for validating reservations of the specified item.
Dn674429.pubmethod(en-us,AX.60).gif Dn674429.static(en-us,AX.60).gif ::validateAllStatic Validates all conditions are met to allow reservation of the batch.

Top

Inheritance Hierarchy

Object Class
  InventBatchConsumptionValidator Class