global class ProductMonthlySalesCountOneSchedule implements Schedulable { global void execute(SchedulableContext sc) { Id execBTId = Database.executeBatch(new ProductMonthlySalesCountBatch(),50); } }