RetailStoreWorkShiftTrans::exist Method
Indicates whether the specified record in the RetailStoreWorkShiftTrans table exists.
Syntax
client server public static boolean exist(
RecId _storeRecId,
RetailShiftDate _shiftDate,
RetailShiftId _shiftId,
RetailStatementCode _statementCode)
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: RetailShiftId 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.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.