system.kanoa.shift.deleteShift
Description
Deletes a shift (kanoaOps).Syntax
deleteShift(shiftId, userId)- shiftId (Integer) - Shift ID.
- userId (Integer) - User ID.
- # of records modified.
Code Example
# Example Usage:
system.kanoa.shift.deletedRecords = deleteShift(1, 123)