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 RetailStoreWorkShiftTrans table.
Syntax
client server public static RetailStoreWorkShiftTrans find(
RecId _storeRecId,
RetailShiftDate _shiftDate,
RetailWorkShiftId _shiftId,
RetailStatementCode _statementCode,
[boolean _forUpdate])
Run On
Called
Parameters
- _storeRecId
Type: RecId Extended Data Type
The reference of the work shift transaction record to find.
- _shiftDate
Type: RetailShiftDate Extended Data Type
The shift date of the work shift transaction record to find.
- _shiftId
Type: RetailWorkShiftId Extended Data Type
The work shift of the work shift transaction record to find.
- _statementCode
Type: RetailStatementCode Extended Data Type
The statement code of the work shift transaction record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailStoreWorkShiftTrans Table
A record in the RetailStoreWorkShiftTrans table; otherwise, an empty record.