個々の Apex 共有再適用ジョブ、Apex 一括処理ジョブ、future アノテーションのあるメソッド、または Queueable を実装するジョブを表します。このオブジェクトを使用して、組織内の Apex 一括処理を照会します。
Batch执行后Opportunity: AsyncApexJob信息: AsyncApexJob::AsyncApexJob:{Id=7076g00005cbN89AAE, ApexClassId=01p6g00000SC1W3AAL, CompletedDate=2021-11-23 02:56:24, JobType=BatchApex, Status=Completed, NumberOfErrors=0, JobItemsProcessed=1, TotalJobItems=1, CreatedById=0056g000001OqErAAK} 邮...
AsyncApexJob AsyncOperationLog AsyncOperationTracker AttachedContentDocument AttachedContentNote Attachment AttributeDefinition AttributePicklist AttributePicklistValue AsyncReportRunEventLog (Beta) Audience AuraDefinition AuraDefinitionBundle AuraDefinitionBundleInfo AuraDefinitionInfo AuraRequestEventLog ...
'; String jobID = System.schedule('Remind Opp Owners', sch, reminder); Copy スケジュールに使用する Cron 式 についての詳細は、「Apex スケジューラー」の「System.Schedule メソッドの使用」を参照してください。UI からのジョブのスケジュール ユーザーインターフェースを使用してクラ...
还有一个想法,但它相当核心--你应该能够从javascript中调用REST API。因此,您可以创建一个简单的VF页面...
Create an Apex class: Name: DailyLeadProcessor Interface: Schedulable The execute method must find the first 200 Lead records with a blank LeadSource field and update them with the LeadSource value of Dreamforce Create an Apex test class: Name: DailyLeadProcessorTest In the test class, inser...
AsyncApexJob AsyncOperationLog AsyncOperationTracker AttachedContentDocument AttachedContentNote Attachment AttributeDefinition AttributePicklist AttributePicklistValue AsyncReportRunEventLog (Beta) Audience AuraDefinition AuraDefinitionBundle AuraDefinitionBundleInfo AuraDefinitionInfo AuraRequestEventLog (Bet...
Apex offers multiple ways for running your Apex code asynchronously. Choose the asynchronous Apex feature that best suits your needs.
ジョブには、Salesforce に送信して処理するデータのバッチが 1 つ以上含まれます。ジョブを作成すると、Salesforce によってジョブの状態が自動的に Open に設定されます。
Salesforce Developer Website