system.kanoa.shift.addShiftBlockException
Description
Adds a shift block exception (kanoaOps).Syntax
addShiftBlockException(shiftBlockId, exceptionDate, userId)- shiftBlockId (Integer) - Shift Block ID.
- exceptionDate (Datetime) - Exception date.
- userId (Integer) - User ID.
- Shift Block Exception ID (Integer).
Code Example
# Example Usage:
shiftBlockExceptionId = system.kanoa.shift.addShiftBlockException(1, someDate, 123)