function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Siddharth Birari.ax1164Siddharth Birari.ax1164 

Error In Profile Deployment

Hi,

We have been facing one issue while carrying out the Profile Deployment from Sandbox (Partial Copy) to the Production Environment. Below is the error which we are getting.

In field: field - no CustomField named Account.SalesforceCustomer found

We verified that the Account.SalesforceCustomer field does exist in the Source environment and not in the Production environment however it's not a Custom Field but a Standard Field.

Can anyone please let us know on which feature in Salesforce creates this Standard Field. Also, how to overcome this problem to ensure a seamless deployment.

Balaji BondarBalaji Bondar
Hi Siddharth,

The searchResultsField is only available to the object once the Tab is defined so try deploying it after tab deployment.
Refer below link :
https://developer.salesforce.com/forums/?id=906F00000008ncmIAA

Important :
If this is what you were looking for then please mark it as a "SOLUTION" or You can Click on the "Like" Button if this was beneficial for you.
Siddharth Birari.ax1164Siddharth Birari.ax1164

searchResultsField??

Thanks Balaji for your inputs, however here we're concerned about Account.SalesforceCustomer field.