Is the API Name or Text Value Replicated for Picklist Value?
Issue
Which value is replicated or loaded from the picklist custom field in Salesforce?
Consider a picklist called Fruit. It has the following value set in Salesforce:
- Value 1: Text Value:
1st option
; API Name:first_option
- Value 2: Text Value:
2nd option
; API Name:second_option
- Value 3: Text Value:
Non-applicable
; API Name:non_applicable
Environment
Connector: Salesforce
Resolution
You will see the API name as the value in your destination.
According to the example above, we will load the following values in your destination:
first_option
second_option
non_applicable
.