The Salesforce API returns error messages when it can’t deploy metadata. Learn more about the error, what the cause is and how you can fix the problem.
Account.object (Account.DunsNumber): Error: Could not resolve standard field’s name.
Some standard components only appear in an org when a related feature is enabled. We often see this with Data.com, Multi-Currency, or Person Accounts.
Depending on the feature, it may be possible to turn it on for free in Setup, or you may need to pay an extra free and contact Salesforce support to enable it. If only one org has the feature and it is not enabled on the other org, the different standard fields and standard objects will cause this error during deployment.
Data.com
Account.DunsNumber
Account.NaicsCode
Account.NaicsDesc
Account.TradeStyle
Account.YearStarted
Lead.CompanyDunsNumber
Data.com Clean
Account.CleanStatus
Contact.CleanStatus
Lead.CleanStatus
Multi-Currency
Account.CurrencyIsoCode
Campaign.CurrencyIsoCode
Idea.CurrencyIsoCode
Lead.CurrencyIsoCode
Person Accounts
Account.PersonAssistantName
Account.PersonAssistantPhone
Account.PersonBirthDate
Account.PersonContactId
Account.PersonDepartment
Account.PersonEmail
Account.PersonTitle
Advanced Calendaring
(or by using Salesforce for Outlook)
Event.ClientGuide
Event.IsException
Event.OriginalInstanceDateTime
As a Salesforce consultant, you work on a new customer project. Your customer pays the extra licensing fee for Data.com, which is enabled in their production org and in their sandboxes. But their sandbox quota is maxed out, so you create a free Developer Edition org yourself.
Because it’s a Developer Edition org, it doesn’t have the same features and fields like Account.DunsNumber and Account.NaicsCode will be missing. When you deploy from production to your developer org, it won’t work.
If the quick fix didn't help, try one of the following solutions to fix this issue:
If you are familiar with Salesforce DX, you can customize the sfdx-project.json to match the shape of your source org. If you want an automatic solution, you can manage your scratch orgs through Blue Canvas and we’ll detect the right configuration automatically.
If you want to check which feature licenses are enabled in your orgs, you can look them up. From Setup, enter Company Information in the Quick Find box, then select Company Information. Review the list of licenses and check that it is the same on both orgs.
Verify the expiration dates — a license may be expired and the Status shows Disabled or Renewal. Contact Salesforce if that’s the case.
Sandboxes inherit the feature configuration from their parent environment. Try deploying from your source org into a sandbox instead of a different edition.
If you already use a sandbox and you recently added new licenses in production, there’s a way you can update the entitlements without refreshing the sandbox. This way you can enable the feature but you won’t loose undeployed changes.
In the sandbox, from Setup, enter Company Information in the Quick Find box, then select Company Information, and click Match Production Licenses.