Share via


RetailTransactionTable_RU::find Method

Retrieves a RetailTransactionTable_RU table record with the given values, if found.

Syntax

client server public static RetailTransactionTable_RU find(
    RetailTransactionId _transactionId, 
    RetailStoreId _storeId, 
    RetailTerminalId _terminalId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean value to determine whether the record should be retrieved for update or not; optional.

Return Value

Type: RetailTransactionTable_RU Table
A RetailTransactionTable_RU table buffer.

See Also

Reference

RetailTransactionTable_RU Table