PurchRFQParmSubTable::exist Method
Checks whether a purchRFQParmSubTable record exists.
Syntax
client server public static boolean exist(
ParmId _parmId,
TradeLineRefId _tableRefId,
PurchRFQId _rfqId)
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
The 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.
Return Value
Type: boolean
true if the purchRFQParmSubTable record exists; otherwise, false.