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