PurchParmLine::findTableRefId_IN Method
Locates a PurchParmLine table record using its record identifier.
Syntax
client server public static PurchParmLine findTableRefId_IN(
ParmId _parmId,
TradeLineRefId _tableRefId,
[boolean _update])
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
A record identifier.
- _tableRefId
Type: TradeLineRefId Extended Data Type
A ref table ID.
- _update
Type: boolean
true if the record returned can be updated; otherwise, false.
Return Value
Type: PurchParmLine Table
A PurchParmLine table record.