PurchRFQParmSubTable::find Method
Retrieves a PurchRFQParmSubTable record.
Syntax
client server public static PurchRFQParmSubTable find(
ParmId _parmId,
TradeLineRefId _tableRefId,
PurchRFQId _rfqId,
[boolean _forUpdate])
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
The parameter ID of a PurchRFQParmSubTable record.
- _tableRefId
Type: TradeLineRefId Extended Data Type
The reference table ID of a PurchRFQParmSubTable record.
- _rfqId
Type: PurchRFQId Extended Data Type
The RFQ ID of a PurchRFQParmSubTable record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the PurchRFQParmSubTable record is to be selected for update.
Return Value
Type: PurchRFQParmSubTable Table
A PurchRFQParmSubTable record buffer.