Share via


PurchParmLine::findInventTransId_IN Method

Locates a PurchParmLine table record using its record identifier.

Syntax

client server public static PurchParmLine findInventTransId_IN(
    ParmId _parmId, 
    TradeLineRefId _tableRefId, 
    InventTransId _inventTransId, 
   [boolean _update])

Run On

Called

Parameters

  • _update
    Type: boolean
    True if the record returned can be updated; otherwise, false.

Return Value

Type: PurchParmLine Table
A PurchParmLine table record.

See Also

Reference

PurchParmLine Table