system.kanoa.schedule.deleteScheduleBlockException(scheduleBlockExceptionId, userId)
Deletes a scheduleBlock exception
Parameters
scheduleBlockExceptionId Integer
userId Integer
Returns
# or records modified Integer
Example
scheduleBlockExceptionId = 789
userId = 5
retVal = system.kanoa.schedule.deleteScheduleBlockException(scheduleBlockExceptionId, userId)