
In the Basic tab, set the field type to Dropdown. In the Values tab, add each province/state you'd like to include using the + symbol. Make sure each province value exactly matches its Integration Value in Salesforce.
- From Setup, enter State in the Quick Find box, then select State and Country/Territory Picklists.
- Click Configure States, Countries, and Territories.
- To add a country, click New Country/Territory.
How do I set up States and countries in Salesforce?
In Salesforce, go to Setup. In the quick search, type "country", select State and Country picklist. Then, click on the hyperlink that says “Configure states and countries” This brings you to a screen with a list of Countries.
How do I add a new state to my Salesforce Org?
Once your Country is added, you can add new State into it: You can always come back to edit the Country or State here. 2. Scan your org for state and country/territory data You will be receiving two emails from Salesforce when the scans are completed. 3. Map and convert your data
What is state and country picklists in Salesforce?
State and Country Picklists in Salesforce is one such helpful feature. It lets users select states and countries from predefined, standardized lists, instead of entering them manually into text fields. These picklists are based on ISO-3166 standard values, which makes them compatible with other online applications.
How do I resolve state/country mapping errors in Salesforce integration?
Integration errors occurring due to incorrect State and Country code mapping can be resolved by configuring the Salesforce forms with the correct integration values for States and Countries. You encounter the following error when the state/country mapping is incorrect. “Error | There’s a problem with this state, even though it may appear correct.

How do I add a region in Salesforce?
Create Field DependenciesWhile still viewing the Account object in the Object Manager, select Fields & Relationships.Click Field Dependencies.Click New.Select Region as the Controlling Field and select Zone as the Dependent Field.Click Continue.Select the appropriate zones in each column by double-clicking them.More items...
What is the use of State and country territory picklist in Salesforce?
State and Country Picklists in Salesforce is one such helpful feature. It lets users select states and countries from predefined, standardized lists, instead of entering them manually into text fields. These picklists are based on ISO-3166 standard values, which makes them compatible with other online applications.
How do I query State and country territory picklist in Salesforce?
Access the state and country picklist through ApexFor Lightning UI : "Setup | Data | State and Country/Territory Picklists | Complete all the steps"For Classic: "Setup | Data Management | State and Country/Territory Picklists | Complete all the steps "More items...
How do I create a global picklist?
From Setup, enter Picklist in the Quick Find box, then select Picklist Value Sets.Next to Global Value Sets, click New.Enter a label for the global value set. ... To tell users what these values are for, enter a specific description of the global value set. ... Enter the values, one per line.More items...
How do I change the default country in Salesforce?
Makes the country or territory available to users in Salesforce. A country or territory must be active before you can make it visible. Click Edit to view and edit details for the country, including to configure its states or provinces. (Optional) Under Picklist Settings, select a Default Country/Territory .
How do I create a dependent picklist in Salesforce?
Define Dependent PicklistsFrom the management settings for the object you want to add a field to, go to Fields. ... Click Field Dependencies.Click New.Choose a controlling field and dependent field. ... Click Continue.More items...
How do I get the picklist value in Apex?
Picklist can be easily seen in Salesforce Lightning mode by using the UI: Setup -> Object Manager -> Select the Object where the field is -> Click on Fields and Relationships -> Select the field -> Scroll Down and you will see the values.
What is Metadata API in Salesforce?
The main purpose of Metadata API is to move metadata between Salesforce orgs during the development process. Use Metadata API to deploy, retrieve, create, update, or delete customization information, such as custom object definitions and page layouts. Metadata API doesn't work directly with business data.
How do you get dependent picklist values in LWC?
We can obtain the same information as we do via the record-edit-form in lwc. We can retrieve picklist values and dependent values associated with a record type using the lightning/uiObjectInfoApi. It requires the parameters objectApiName and RecordTypeId.
What is a Salesforce global picklist?
A Global Picklist means a picklist which you can access for all salesforce objects. In other words if you are creating any picklist, this picklist you can use for your Account, Lead, Opportunity and custom object etc.
How do I create a global multi picklist in Salesforce?
Go to the fields area of the object you want to create a picklist field for. In the custom fields related list, click New. Select Picklist or Picklist (Multi-Select), and then click Next. Enter a label for the picklist field.
How do I edit a global picklist in Salesforce?
Add or Edit Picklist ValuesNavigate to the fields area for your object.In the Custom Fields & Relationships related list, click the name of the picklist field to update.In the Values section, click Edit next to a value.Change the value's name, and optionally make the value the default for the master picklist.More items...