> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/salesforce-delete/options-salesforce-delete/settings.md).

# Settings

Enter the delete process settings in the following transformation step options:

| Option                      | Description                                                                                                                                                                                                                                                                                                      |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Time out**                | Specify the interval in milliseconds before step timeout occurs. 60000 ms is the default.                                                                                                                                                                                                                        |
| **Use compression**         | Select to compress (`.gzip`) data when connecting between PDI and Salesforce.                                                                                                                                                                                                                                    |
| **Rollback all changes on** | Revert changes unless all records are processed successfully. When you select this option, records without errors are deleted, while records with errors are marked `failed` in the deletion results. The default behavior is to allow partial success of deletion.                                              |
| **Batch Size**              | Indicate the number of records in the set of records (batch) to delete. 10 records is the default.                                                                                                                                                                                                               |
| **Module**                  | <p>Select the module (table) in which you want to delete records. Account is the default module.</p><p>This list will be populated upon successfully authenticating to Salesforce using the <strong>Test connection</strong> button.</p>                                                                         |
| **Fieldname id**            | <p>Select the name of the field containing the Salesforce ID of the first record in the set of records (batch) you want to delete.</p><p>This list is populated with field names received from the previous step in a transformation. For example, you can use the Salesforce Input step to get field names.</p> |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/salesforce-delete/options-salesforce-delete/settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
