InventAgingQueryBuilder Class [AX 2012]
The InventAgingQueryBuilder class builds queries for the aging report.
Syntax
class InventAgingQueryBuilder
Run On
Called
Methods
Method | Description | |
---|---|---|
addInventDim | Adds the InventDim table to the query. | |
addInventItemGroupItem | Adds the InventItemGroupItem table to the query. | |
addInventTable | Adds the InventTable table to the query. | |
addInventTableModule | Adds the InventTableModule table to the query. | |
addProductDimensionGroupProduct | Adds the EcoResProductDimensionGroupProduct table to the query. | |
addProductTranslation | Adds the EcoResProductTranslation table to the query. | |
addRangesFromContract | Adds ranges from the contract to the data source. | |
addStorageDimensionGroupProduct | Adds the EcoResStorageDimensionGroupItem table to the query. | |
addTrackingDimensionGroupProduct | Adds the EcoResTrackingDimensionGroupItem table to the query. | |
applyRange | Determines if a range should be applied to the query. | |
build | Builds the the requested query. | |
buildAsOfQuery | Builds an as of query. | |
buildCommonQuery | Builds the common parts of the query. | |
buildReceiptQtyQuery | Builds the query to calculate the receipt quantity for a period. | |
canCalculateAsOfQty | Determines if the as of quantity can be calculated. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
contractHasRange | Determines if the contract has a range on a table. | |
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.) | |
initializeBuildQueryAsOfQty | Initializes the InventAgingQueryBuilder class to build a query to calculate the as of quantity based on the contract. | |
initializeBuildQueryAsOfQtyAndAmount | Initializes the InventAgingQueryBuilder class to build a query to calculate the as of quantity and amount based on the contract. | |
initializeBuildQueryReceiptQty | Initializes the InventAgingQueryBuilder class to build a query to calculate the receipt quantity for a period based on the contract. | |
new | Initializes a new instance of the InventAgingQueryBuilder 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.) | |
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 InventAgingQueryBuilder class. | |
::newAsOfQtyAndAmountQuery | Builds a query to calculate the as of quantity and amount based on the contract. | |
::newAsOfQtyQuery | Builds a query to calculate the as of quantity based on the contract. | |
::newReceiptQtyQuery | Builds a query to calculate the receipt quantity for a period based on the contract. | |
::selectedInventDimParm | Creates an InventDimParm record with the flags set to Yes if the field is set to View or Total in the contact. |
Top
Inheritance Hierarchy
Object Class
InventAgingQueryBuilder Class