PdsBatchSearch Class [AX 2012]
The PdsBatchSearch class finds valid batches based on the specified parameters.
| Method | Description | |
|---|---|---|
| addQbdsInventBatch | Adds an InventBatch data source to the specified query. |
| addQbdsInventDim | Adds an InventDim data source to the specified QueryBuildDataSource object. |
| addQbdsInventSum | Adds an InventSum data source to the specified QueryBuildDataSource object. |
| addQbdsInventSumDelta | Adds an InventSumDelta data source to the specified QueryBuildDataSource object. |
| buildQuerySum | Builds a new query based on the InventSum table. |
| buildQuerySumDelta | Builds a new query based on the InventSumDelta table. |
| buildSetOfWarehouses | Creates a Set object that contains warehouses that are specified for a reservation. |
| calcInventSumForBatch | Calculates a grouped InventSum record based on the specified batch ID. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| currentBatchId | Retrieves the current batch ID. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| executeQuerySum | |
| findDeliveredBatchId | Finds a previously delivered batch ID. |
| 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 | Initializes internal cached variables. |
| isBatchValid | Indicates whether the specified batch is valid. |
| isOnhandSufficient | Indicates whether the current available inventory for the specified batch ID is sufficient. |
| loopDimsForBatchId | Loops all the dimensions for a specific batch number that have inventory for the reservation item. |
| moveNextBatch | Indicates whether the next value has a valid batch ID in a sorted order. |
| new | Initializes a new instance of the PdsBatchSearch 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.) |
| parmInventDimCriteria | Gets or sets the InventDimCriteria parameter. |
| parmInventTable | Gets or sets the InventTable parameter. |
| parmInventTransId | Gets or sets the InventTransId parameter. |
| parmReservationSequenceList | Gets or sets the ReservationSequenceList 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.) |
| 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 PdsBatchSearch class. |
| ::dimMatchesReservation | Indicates whether the specified dimension matches the warehouse and reservation method requested. |
| ::findMatchingBatchList | Filters the batches from the list of dimensions from the specified set that match the warehouse and the reservation logic. |
| ::newStandard | Initializes a PdsBatchSearch object. |
| ::sortBatchSetBySequenceList | Sorts a list of dimensions for the item according to the sequence list that is specified for the warehouse order. |
Community Additions
ADD
Show: