system.kanoa.shift.updateShiftBlockExceptions
Description
Updates shift block exceptions when a shift block's start date is updated (kanoaOps).Syntax
updateShiftBlockExceptions(shiftBlockId, newStartDate)- shiftBlockId (Integer) - Shift Block ID.
- newStartDate (Datetime) - New start date.
- None.
Code Example
# Example Usage:
system.kanoa.shift.updateShiftBlockExceptions(1, newStartDate)