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
smitrasmitra 

lightining web component not getting deployed Recipe App

Hi All,

I am unable to deploy Recipe app after cloning from Git.
The error I am getting is below.
force-app\main\default\objects\Contact\fields\CleanStatus.field-meta.xml Could not resolve standard field's name. (138:13)
force-app\main\default\permissionsets\recipes.permissionset-meta.xml In field: field - no CustomField named Contact.CleanStatus found 
Best Answer chosen by smitra
VinayVinay (Salesforce Developers) 
HI Smitra,

Issue is that the org that the Contact.object metadata was extracted from had a feature turned on (Data.com Clean 'https://help.salesforce.com/articleView?id=data_dot_com_clean_implementing.htm&type=5') that a typically destination org does not have turned on. Manually remove the field from the Contact.object metadata is the simplest solution assuming you have no need to configure the field in your application.

Please review below article which give information about 'Deployment Errors caused by Data.com'

https://help.salesforce.com/articleView?id=000352194&language=en_US&mode=1&type=1 (https://help.salesforce.com/articleView?id=000352194&language=en_US&mode=1&type=1)

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar