> 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-input/options-salesforce-input/fields-tab.md).

# Fields tab

The **Fields** tab shows the fields that are read from the Salesforce module selected on the **Settings** tab. You will need to go to the **Fields** tab and press the **Get Fields** button to populate the fields returned before you can preview the rows returned.

![Fields tab in Salesforce Input](/files/CHvhuB4ppG58oaH5pE6u)

The following properties are shown in the **Fields** tab.

| Option          | Description                                                                                                                                                                                                                                                                                                                                                 |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**        | The name of the input field.                                                                                                                                                                                                                                                                                                                                |
| **Field**       | The name of the field that contains the record.                                                                                                                                                                                                                                                                                                             |
| **IsIdLookup?** | Specify if the field will be used as a fieldname ID (links to an External ID) when accessing the database to perform other calls, such as delete, insert, update, and upsert. Select **Y** (Yes) or **N** (No).                                                                                                                                             |
| **Type**        | The data type of the field.                                                                                                                                                                                                                                                                                                                                 |
| **Format**      | An optional mask for converting the format of the original field.                                                                                                                                                                                                                                                                                           |
| **Length**      | <p>The length of the field depends on the following field types:- <strong>Number</strong></p><p>Total number of significant figures in a number.</p><ul><li><strong>String</strong></li></ul><p>Total length of string.</p><ul><li><strong>Date</strong></li></ul><p>Length of printed output of the string (for example, four is a length for a year).</p> |
| **Precision**   | Number of floating-point digits for number-type fields.                                                                                                                                                                                                                                                                                                     |
| **Currency**    | Symbol used to represent currencies. For example: `$` or `€`                                                                                                                                                                                                                                                                                                |
| **Decimal**     | A decimal point can be a `.` or `,` (`5,000.00` or `5.000,00` for example).                                                                                                                                                                                                                                                                                 |
| **Group**       | A grouping can be a `,` or `.` (`5,000.00` or `5.000,00` for example).                                                                                                                                                                                                                                                                                      |
| **Trim type**   | The trimming method to apply to a string. Trimming only works when no field length is specified.                                                                                                                                                                                                                                                            |
| **Repeat**      | If the corresponding value in this row is empty, repeat the one from the last time it was not empty. Select **Y** (Yes) or **N** (No).                                                                                                                                                                                                                      |

See \[Understanding PDI data types and field metadata]\(../../../../Data%20Integration%20Perspective/Data%20Integration%20perspective%20in%20the%20PDI%20client/Advanced%20topics%20(PDI%20perspective)/Understanding%20PDI%20data%20types%20and%20field%20metadata.md) to maximize the efficiency of your transformation and job results.


---

# 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-input/options-salesforce-input/fields-tab.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.
