ffrr.StagingServiceDeleteScheduledJobglobal with sharing class StagingServiceDeleteScheduledJob implements Schedulable Deletes the Staging Records that are not related to the latest version asynchronously. It can be used by the Apex Scheduler to run at specific times. Sample Code
MethodsStagingServiceDeleteScheduledJobglobal StagingServiceDeleteScheduledJob() executeglobal void execute(SchedulableContext sc) Deletes the Staging Records that are not related to the latest version asynchronously. Input Parameters
|