Share via


LvNRTaxTrans::exist Method

Checks whether the record that has the given RefTableId, RefRecId, LvNRTransType, InventTransId,TaxCode, and InventPackingMaterialCode values already exists.

Syntax

client server public static boolean exist(
    TableId _transTableId, 
    RecId _transRecId, 
    LvNRTransType _nrTransType, 
    InventTransId _inventTransId, 
    TaxCode _taxCode, 
    InventPackingMaterialCode _packingMaterialCode)

Run On

Called

Parameters

Return Value

Type: boolean
true if the record already exists; otherwise, false.

See Also

Reference

LvNRTaxTrans Table