RetailStoreWorkShiftTable::find Method
Finds the specified record in the RetailStoreWorkShiftTable table by using the specified parameter value.
Syntax
client server public static RetailStoreWorkShiftTable find(
RecId _storeRecId,
RetailShiftDate _shiftDate,
RetailWorkShiftId _shiftId,
[boolean _forUpdate])
Run On
Called
Parameters
- _storeRecId
Type: RecId Extended Data Type
The reference of the work shift table record to find.
- _shiftDate
Type: RetailShiftDate Extended Data Type
The shift date of the work shift table record to find.
- _shiftId
Type: RetailWorkShiftId Extended Data Type
The works shift of the work shift table record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailStoreWorkShiftTable Table
A record in the RetailStoreWorkShiftTable table; otherwise, an empty record.