SalesforceCommerceCloud / b2c-crm-sync

... a contemporary perspective on how to integrate B2C Commerce and the Salesforce Customer 360 Platform to power frictionless customer experiences in the B2C domain.
https://salesforcecommercecloud.github.io/b2c-crm-sync/
BSD 3-Clause "New" or "Revised" License
64 stars 47 forks source link

[BUG] Contact.IndividualId - fullName must end with: __c or __kav or __x or __b or __e or __p or __mdt or __dll or __dlm #71

Closed tafazzul1414 closed 2 years ago

tafazzul1414 commented 2 years ago

Describe the bug Getting an error when I try to deploy to Salesforce on the field "Contact.IndividualId". The error is "fullName must end with: c or kav or x or b or e or p or mdt or dll or __dlm"

To Reproduce run the "npm run crm-sync:sf:org:deploy" command

Expected behavior The deployment is successful with out any errors

Screenshots image

Your local environment details: node version: v15.2.1 npm version: 7.0.8 sfdx version: sfdx-cli/7.131.0 win32-x64 node-v16.13.1

Your remote environment details:

As a temporary solution, could someone please let me know if I add "__c" at the end for the field in the code base and deploy, will the solution still work on B2C Commerce side without any issues?

jbachelet commented 2 years ago

Hello,

Thank you for submitting an issue. This has been fixed within the PR#76.

The fix will be included in the v1.0.1 of this framework.