Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the RetailStaffExtendedLogon table by using the specified parameter value.
Syntax
client server public static RetailStaffExtendedLogon find(
RetailStaffExtendedLogOnKey _logOnKey,
RetailStaffExtendedLogOnType _logOnType,
[boolean _forUpdate])
Run On
Called
Parameters
- _logOnKey
Type: RetailStaffExtendedLogOnKey Extended Data Type
The logon key to find.
- _logOnType
Type: RetailStaffExtendedLogOnType Enumeration
Type of the logon key.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailStaffExtendedLogon Table
A record in the RetailStaffExtendedLogon table; otherwise, an empty record.