Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _transTableId
Type: TableId Extended Data Type
The table ID reference.
- _transRecId
Type: RecId Extended Data Type
The record ID reference.
- _nrTransType
Type: LvNRTransType Enumeration
The NR transaction type.
- _inventTransId
Type: InventTransId Extended Data Type
The inventory transfer ID.
- _taxCode
Type: TaxCode Extended Data Type
The tax code ID.
- _packingMaterialCode
Type: InventPackingMaterialCode Extended Data Type
The inventory packing material code ID.
Return Value
Type: boolean
true if the record already exists; otherwise, false.