SalesParmLine::findByInventTransId_IN Method
Finds the specified record in the SalesParmLine table.
Syntax
client server public static SalesParmLine findByInventTransId_IN(
ParmId _parmId,
TradeLineRefId _tableRefId,
InventTransId _inventTransId)
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
The parm id is used to find record.
- _tableRefId
Type: TradeLineRefId Extended Data Type
The table id is used to find record.
- _inventTransId
Type: InventTransId Extended Data Type
The invent transfer id is used to find record.
Return Value
Type: SalesParmLine Table
A record in the SalesParmLine table.