PurchRFQTable.queryPurchRFQLine Method
Creates a query that selects the PurchRFQLine records that are linked to the current PurchRFQTable record.
Syntax
public Query queryPurchRFQLine([boolean _update])
Run On
Called
Parameters
- _update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: Query Class
A query that selects the linked PurchRFQLine records.