system.kanoa.shift.deleteShiftBlockExceptions
Description
Deletes shift block exceptions (kanoaOps).Syntax
deleteShiftBlockExceptions(shiftBlockExceptionId, userId)- shiftBlockExceptionId (Integer) - Shift Block Exception ID.
- userId (int) - The user ID.
- (int) - # records modified
Code Example
# Example Usage:
records = system.kanoa.shift.deleteShiftBlockExceptions(12, 123)