Accounting API Developer's Reference
|
c2g.DeleteOldExportDocumentsBackgroundWorkerglobal with sharing class DeleteOldExportDocumentsBackgroundWorker implements Schedulable Schedulable job which cleans up Documents automatically created by the FFA system for tasks such as exporting an Action View to Excel. Methods
DeleteOldExportDocumentsBackgroundWorkerglobal DeleteOldExportDocumentsBackgroundWorker(Integer gracePeriodMinutes, boolean runOnce) The constructor for this schedulable. Input Parameters
executeglobal void execute(SchedulableContext sc) Executes the scheduled Apex job. Input Parameters
|