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.
Builds a generic query with data sources for the InventTable and InventCostTransView tables.
Syntax
client server protected static Query buildQuery(FromDate _fromDate, ToDate _toDate)
Run On
Called
Parameters
- _fromDate
Type: FromDate Extended Data Type
Selects all transactions in the InventCostTrans table, starting from this date.
- _toDate
Type: ToDate Extended Data Type
Selects all transactions in the InventCostTrans table, ending with this date.
Return Value
Type: Query Class
A new query that has data sources for the InventTable and InventCostTransView tables.
Remarks
The query is pre-built with a range of from and todate dates.