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
- _storeId
Type: RetailStoreId Extended Data Type
The store Id of the retailLog.
- _terminalId
Type: RetailTerminalId Extended Data Type
The terminal Id of the retailLog.
- _retailLogId
Type: RetailLogIdentifier Extended Data Type
The retail log Id of the retailLog.
- _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.