PurchBookTable_RU::createQuery Method
Creates query for purchase book printout
Syntax
client server public static Query createQuery(
SalesPurchBookRecId_RU _bookRecId,
[Query _query,
TransDate _fromDate,
TransDate _toDate,
boolean _initBookId])
Run On
Called
Parameters
- _bookRecId
Type: SalesPurchBookRecId_RU Extended Data Type
RecId of purchase book
- _query
Type: Query Class
Query to be updated; Optional
- _fromDate
Type: TransDate Extended Data Type
From date for query
- _toDate
Type: TransDate Extended Data Type
To date for query
- _initBookId
Type: boolean
Determines if ranges on SalesBookTrans_RU should be cleared
Return Value
Type: Query Class
Query for later use