RetailStoreCashDeclarationTable::find Method
Finds the specified record in the RetailStoreCashDeclarationTable table by using the specified parameter value.
Syntax
client server public static RetailStoreCashDeclarationTable find(
RetailStoreId _storeId,
CurrencyCode _currency,
RetailCashType _type,
AmountCur _amount,
[boolean _forUpdate])
Run On
Called
Parameters
- _storeId
Type: RetailStoreId Extended Data Type
The store ID number.
- _currency
Type: CurrencyCode Extended Data Type
The currency of the cash declaration.
- _type
Type: RetailCashType Extended Data Type
The type of the cash declaration.
- _amount
Type: AmountCur Extended Data Type
The amount in transaction currency.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for an update; optional.
Return Value
Type: RetailStoreCashDeclarationTable Table
A record in the RetailStoreCashDeclarationTable table; otherwise, an empty record.