global class OPDStrategyPersonShareBatchSchedule implements Schedulable { global void execute(SchedulableContext sc) { Database.executeBatch(new OPDStrategyPersonShareBatch(), 50); } }