RetailStaffLoginLog::findStaff Method
Finds a record in RetailStaffLoginLog table with the specified staff ID number.
Syntax
client server public static RetailStaffLoginLog findStaff(RetailStaffId _staffId)
Run On
Called
Parameters
- _staffId
Type: RetailStaffId Extended Data Type
The staff ID number of the record to find.
Return Value
Type: RetailStaffLoginLog Table
A record in the RetailStaffLoginLog table; otherwise, an empty record.