Skip to main content

system.kanoa.schedule.deleteScheduleBlockException

This function requires KanoaOPS module

Description

Deletes a schedule block exception. Formerly called deleteRecurringException.

Syntax

deleteScheduleBlockException(scheduleBlockExceptionId)
  • Parameters
      scheduleBlockExceptionId (int) - ID of the schedule block exception.
  • Returns
      # of records modified (int).
  • Code Example

    # Example Usage:
    schedule_block_exception_id = 789
    records_modified = system.kanoa.schedule.deleteScheduleBlockException(schedule_block_exception_id)