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

  • _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.

See Also

Reference

RetailStaffLoginLog Table