RetailStaffLoginLog::find Method
Finds a record in the RetailStaffLoginLog table with the specified store ID and terminal ID numbers.
Syntax
client server public static RetailStaffLoginLog find(
RetailStoreId _storeId,
RetailTerminalId _terminalId,
[boolean _forUpdate])
Run On
Called
Parameters
- _storeId
Type: RetailStoreId Extended Data Type
The store ID number of the staff record.
- _terminalId
Type: RetailTerminalId Extended Data Type
The terminal ID number of the staff record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailStaffLoginLog Table
A record in the RetailStaffLoginLog table; otherwise, an empty record.