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

# Operation tab

Use this tab to control the bulk operation you want to perform.

![PDI Salesforce bulk operation step Operation tab](/files/APjkyeJANnv5QUrdEjOr)

| Field                          | Description                                                                                                                                                                                                                                                                                                                                                              |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Salesforce object type**     | The Salesforce object type that you want the step to target.                                                                                                                                                                                                                                                                                                             |
| **Bulk operation**             | <p>Specify the type of bulk operation you want to perform. The types are:</p><ul><li>Insert</li><li>Update</li><li>Upsert</li><li>Delete</li></ul><p>Some selections make additional field options appear.</p>                                                                                                                                                           |
| **Salesforce id stream field** | This field displays when the **Update** or **Delete** operations are selected. Use this option to select a field from the incoming rows that contains the Salesforce id of the Salesforce object in which you want to update or delete fields using the fields tab.                                                                                                      |
| **External id stream field**   | This field displays when the **Upsert** field is selected. Specify a field from the incoming rows of the step that contains an external (indexed) id of the target object. If the external id exists in the target objects on Salesforce, the record will be updated. If the external id does not exist in Salesforce for the object type, a new object will be created. |
| **External id object field**   | This field displays when the **Upsert** field is selected. Specify a field in the Salesforce object type definition that will contain the external id to be matched with for the Upsert operation.                                                                                                                                                                       |


---

# 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/operation-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.
