这是Batch Apex的限制之一。 使用Apex详细信息页面安排Apex批处理作业 您可以通过Apex详细页面安排Apex课程,如下所示 - Step 1- 转到设置⇒Apex类,单击Apex类。 Step 2- 单击Schedule Apex按钮。 Step 3- 提供详细信息。 使用可调度接口调度Apex批处理作业 您可以使用可调度接口安排Apex批处理作业,如下所示 - /...
// You can invoke the batch class from the anonymous debug window with the below syntax mybatchclass mb = new mybatchclass(); Database.executebatch(mb);public class attachfiles(){ public static void attachfilestoaccount(set<id> listaccount) { // First set the callout parameters such as ...
/composite/batch returns http 200, and the haserrors property in the response is set to true . this setting is only applied during subrequest processing, and not during initial request deserialization. if an error is detected during deserialization, such as a syntax error in the subrequest ...
, you can only include subrequests that access version 34.0 resources. syntax uri /services/data/v xx.x /composite/batch formats json, xml http method post authentication authorization: bearer token parameters none required request body batch request body response body batch response body example ...