RetailCashDeclaration::find Method

Finds the specified record in the RetailCashDeclaration table by using the specified parameter values.

Syntax

client server public static RetailCashDeclaration find(
    RetailStatementId _statementId, 
    CurrencyCode _currencyCode, 
    RetailCoinNoteTotal _type, 
    AmountCur _amountCur, 
    LineNum _lineNum, 
    RetailTotalLine _totalLine, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: RetailCashDeclaration Table
A record in the RetailCashDeclaration table; otherwise, an empty record.

See Also

Reference

RetailCashDeclaration Table