global class updateCampaignMailflg7BeTrueSchedulable implements Schedulable { global void execute(SchedulableContext sc) { Database.executeBatch(new updateCampaignMailflg7BeTrueBatch(),1); } }