CancelExportJob
Cancel a bulk export job.
Execute
Sample EXECUTE CancelExportJob Table='Leads', Id='b4841291-0d27-48bc-8e9a-c639a6f33a0d'
EXECUTE CancelExportJob Table='CustomObject_cdata', Id='b4841291-0d27-48bc-8e9a-c639a6f33a0d'
EXECUTE CancelExportJob Table='Activities', Id='b4841291-0d27-48bc-8e9a-c639a6f33a0d'
EXECUTE CancelExportJob Table='Activities_NewLead', Id='b4841291-0d27-48bc-8e9a-c639a6f33a0d'
EXECUTE CancelExportJob Table='ProgramMembers', Id='b4841291-0d27-48bc-8e9a-c639a6f33a0d'
Input
Name | Type | Required | Description |
Id | String | True | The id of the export job. |
Table | String | True | The table to export. Only certain tables support bulk exports, including: Activities, Leads, ProgramMembers and any custom object. |
Result Set Columns
Name | Type | Description |
Id | String | The Id of the export job. |
Status | String | The status of the export process. |
Format | String | The format of the export job. |
CreatedAt | Datetime | The date when the export job was created. |
QueuedAt | Datetime | The date when the export job was queued. |
StartedAt | Datetime | The date when the export job was started. |
Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
Details | String | Details of execution failure. NULL if success=true. |