CustomsExportOrderTable_IN::existTableRefId Method
Checks if SalesParmLine record exists for specified ParmId and TableRefId.
Syntax
client server public static boolean existTableRefId(ParmId _parmId, TradeLineRefId _tableRefId)
Run On
Called
Parameters
- _parmId
Type: ParmId Extended Data Type
The parmId of SalesParmLine record.
- _tableRefId
Type: TradeLineRefId Extended Data Type
The recordTableRefId of SalesParmLine.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.