> 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-bulk-operation/options-salesforce-bulk-operation/advanced-tab-salesforce-bulk-operation.md).

# Advanced tab

Use this tab to specify buffer file options and the API version.

![PDI Salesforce bulk operation step Advanced tab](/files/fU7OqTVcrRefnxjhNTaj)

| Field                                                  | Description                                                                                                                                                                                                |
| ------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Path to buffer the bulk job payloads**               | Specify the directory to store the temporary files. This location is also used to retrieve output records. The temporary files are automatically deleted when the step finishes.                           |
| **Maximum size of a buffered payload file (in bytes)** | Specify the maximum number of bytes to buffer and transmit in a bulk operation job. The maximum is the default 100 MB (104,857,600 bytes). If needed, you can lower this number to prevent locking errors. |
| **Buffer payload only (do not upload in job)**         | Add files to the directory specified in the **Path to buffer the bulk job payloads** field, but do not upload them to Salesforce.                                                                          |
| **Cleanup bulk jobs once processed**                   | Select to delete the buffer files when the step finishes.                                                                                                                                                  |
| **Salesforce API version**                             | Specify the Salesforce Bulk API version for your connection.                                                                                                                                               |

**Note:** :To view sample transformations in the PDI client, navigate to the `/design-tools/data-integration/plugins/pdi-salesforce-bulk-plugin/samples` directory and open any of the following files:

* `Input SFBL.ktr`
* `Delete SFBL.ktr`
* `Update SFBL.ktr`
* `Upsert SFBL.ktr`


---

# 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-bulk-operation/options-salesforce-bulk-operation/advanced-tab-salesforce-bulk-operation.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.
