You need to sign in to do that
Don't have an account?
Integration value for country in Flow - error with Winter '17 release
I have a flow that asks for the user to select a country using the countrypicklist field on a screen element. Before the Winter '17 rollout this picklist worked fine. Now the country values being used in the picklist selection are the country's 'country/territory code' (abbreviation) and not the integration value (country spelled out) like before.
The state/country picklist feature requires the country spelled out fully, for example 'Australia' like in the example of an account creation from earlier this year below.
Sept 13, 2016
RECORD CREATE: Create_New_Account
Create one Account record where:
BillingCountry = {!vCountrypicklist} (Australia)
BillingState = {!vStatePicklist} (null)
Name = {!vAccountName} (Itaasol Pty Ltd )
New_CCID__c = {!vCCID} (F31101)
RecordTypeId = {!vRecordType} (012A0000000nxacIAA)
Type = {!vType} (Accounting Firm)
Now the result of the entered country in the screen is the abbreviated country...
RECORD CREATE: Create_New_Account
Create one Account record where:
BillingCountry = {!vCountrypicklist} (UG)
BillingState = {!vStatePicklist} (null)
Name = {!vAccountName} (account2123413)
New_CCID__c = {!vCCID} (v3246346)
RecordTypeId = {!vRecordType} (012A0000000nxacIAA)
Type = {!vType} (Accounting Firm)
And it errors out. How do I change the country picklist field in the flow back to the integration value instead of the country/territory code?
The state/country picklist feature requires the country spelled out fully, for example 'Australia' like in the example of an account creation from earlier this year below.
Sept 13, 2016
RECORD CREATE: Create_New_Account
Create one Account record where:
BillingCountry = {!vCountrypicklist} (Australia)
BillingState = {!vStatePicklist} (null)
Name = {!vAccountName} (Itaasol Pty Ltd )
New_CCID__c = {!vCCID} (F31101)
RecordTypeId = {!vRecordType} (012A0000000nxacIAA)
Type = {!vType} (Accounting Firm)
Now the result of the entered country in the screen is the abbreviated country...
RECORD CREATE: Create_New_Account
Create one Account record where:
BillingCountry = {!vCountrypicklist} (UG)
BillingState = {!vStatePicklist} (null)
Name = {!vAccountName} (account2123413)
New_CCID__c = {!vCCID} (v3246346)
RecordTypeId = {!vRecordType} (012A0000000nxacIAA)
Type = {!vType} (Accounting Firm)
And it errors out. How do I change the country picklist field in the flow back to the integration value instead of the country/territory code?
All Answers
https://success.salesforce.com/issues_view?id=a1p3A0000008fozQAA
Can you tell me what you mean by, "it errors out"? Is it an Internal Server Error?
So, prior to winter '17 the countrypicklist populated the 'integration value' and now it populates the 'country/territory code'.
It seems like there were some changes in the way State & Country Picklists work in Winter '17. You may be able to configure the behavior - take a look at this document and see if there's something useful (sorry I don't have the time to dig in right now):
https://resources.docs.salesforce.com/204/latest/en-us/sfdc/pdf/state_country_picklists_impl_guide.pdf