GetBatchResults
Gets the results of a Salesforce batch.
Input
| Name | Type | Description |
| JobId | String | Id of the job the batch is associated with. |
| BatchId | String | Id of the batch being retrieved. |
Result Set Columns
| Name | Type | Description |
| ID | String | The Id of the result. |
| Created | String | Boolean indicating whether or not the result was created. |
| Success | String | Boolean indicating whether or not the result was a success. |
| Errors_Fields | String | Fields that resulted in an error. |
| Errors_Message | String | Error message returned. |
| Errors_StatusCode | String | The status code for the error. |