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

# Fields tab

Use this tab to specify the target changes to make in the Salesforce object fields for Insert, Update, and Upsert operations. This tab is not available for bulk delete operations. You cannot include the external id for upsert operations. All data except for dates is converted to strings using pre-existing format masks on the **Stream field**.

![PDI Salesforce bulk operation step Fields tab](/files/xIVdEkLxPEfj4uAbLhSy)

| Field            | Description                                                                                                                                                                                                                                |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Stream field** | Specify the name of the PDI stream field containing the data for the Salesforce object.                                                                                                                                                    |
| **Object field** | Specify the destination Salesforce object field.                                                                                                                                                                                           |
| **Clear nulls?** | A Boolean value that specifies whether null values encountered on the input stream should be cleared from the target Salesforce object. Select **Yes** to remove the value in Salesforce, or **No** (Default) to leave the original value. |


---

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