PSA Apex API Developer Reference

pse.ScheduleFutureTimeUpdateBatch

global without sharing class ScheduleFutureTimeUpdateBatch implements Database.Batchable<sObject>, Schedulable

The batch version of updating future time on Schedules has been replaced with ScheduleFutureTimeUpdateAsync. But for customers that still have this class scheduled in their orgs it will now run the queueable based version. We recommend not adding new scheduled jobs that call this, use ScheduleFutureTimeUpdateJob instead.

Methods

ScheduleFutureTimeUpdateBatch

global ScheduleFutureTimeUpdateBatch()

start

global Database.QueryLocator start(Database.BatchableContext BC)

execute

global void execute(Database.BatchableContext BC, List<sObject> scope)

finish

global void finish(Database.BatchableContext BC)

execute

global void execute(SchedulableContext sc)

© Copyright 2009–2022 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.