RetailStoreWorkShiftTable::exist Method
Indicates whether the specified record in the RetailStoreWorkShiftTable table exists.
Syntax
client server public static boolean exist(
RecId _storeRecId,
RetailShiftDate _shiftDate,
RetailShiftId _shiftId)
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: RetailShiftId Extended Data Type
The work shift of the work shift table record to find.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.