system.kanoa.schedule.deleteScheduleBlocks
Description
Deletes all schedule blocks for the given parameters. Formerly called 'deleteLineScheduleInfoFromTable'.Syntax
deleteScheduleBlocks(assetId, startDate, endDate, userId)Parameters:
Returns:
Code Examples
# Example Usage:
asset_id = 123
start_date = ...
end_date = ...
user_id = 456
records_modified = system.kanoa.schedule.deleteScheduleBlocks(asset_id, start_date, end_date, user_id)