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.
Indicates whether the specified record in the RetailPosBatchTenderTrans table exists.
Syntax
client server public static boolean exist(
RetailStoreId _storeId,
RetailTerminalId _terminalId,
RetailPosBatchID _batchId,
RetailTenderTypeId _tenderTypeId)
Run On
Called
Parameters
- _storeId
Type: RetailStoreId Extended Data Type
The ID value of the store.
- _terminalId
Type: RetailTerminalId Extended Data Type
The ID of the POS terminal.
- _batchId
Type: RetailPosBatchID Extended Data Type
Identification of the POS batch.
- _tenderTypeId
Type: RetailTenderTypeId Extended Data Type
Identification of the tender type.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.