system.kanoa.schedule.deleteScheduleBlockException
Description
Deletes a schedule block exception. Formerly called deleteRecurringException.Syntax
deleteScheduleBlockException(scheduleBlockExceptionId)- scheduleBlockExceptionId (int) - ID of the schedule block exception.
- # of records modified (int).
Code Example
# Example Usage:
schedule_block_exception_id = 789
records_modified = system.kanoa.schedule.deleteScheduleBlockException(schedule_block_exception_id)