Share via


RetailLog::findLog Method

Gets the specified record from the RetailLog table.

Syntax

client server public static RetailLog findLog(
    RetailStoreId _storeId, 
    RetailTerminalId _terminalId, 
    RetailLogIdentifier _retailLogId, 
   [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: RetailLog Table
A record in the RetailLog table; otherwise, an empty record.

See Also

Reference

RetailLog Table