Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the InventAgingQueryBuilder class to build a query to calculate the receipt quantity for a period based on the contract.
Syntax
private void initializeBuildQueryReceiptQty(
InventAgingContract _contract,
TransDate _fromDate,
TransDate _toDate)
Run On
Called
Parameters
- _contract
Type: InventAgingContract Class
The contract used to build the query.
- _fromDate
Type: TransDate Extended Data Type
The start of the period.
- _toDate
Type: TransDate Extended Data Type
The end of the period.