[SalesForce] Error when converting a Lead record

When converting a Lead record the following error message is displayed:

System.DmlException: Insert failed. First exception on row 0; first error: INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST, bad value for restricted picklist field: Somerfield: [Store__c]

The issue happens only when I'm logged in with one of my user account and then converting a Lead to an Account/Contact/Opportunity.

If I'm logged in as system administrator I can convert the Lead successfully.

I've checked Restrict picklist to the values defined in the value set which is enabled.

I've checked the field mapping between the Lead and the Account. All properly set.

I also checked the list in the Account record type. All properly set.

Please advise what can be the reason of such issue and how to allow my users to make successful convert?

Best Answer

The issue was solved by changing the default record type setting in the user profile.

Related Topic