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

Deployment Error #131

Open 26shivani02 opened 2 years ago

26shivani02 commented 2 years ago

Your local environment details:

Node version (node -v): [v16.13.1] NPM version (npm -v) [8.3.0] SFDX version (sfdx -v) [sfdx-cli/7.132.0 win32-x64 ] Your remote environment details:

Salesforce B2C Commerce version: [ 21.3] image Error occur while deploy. command:1. npm run crm-sync:sf:org:deploy 2.sfdx force:source:deploy -p "./src/sfdc/base"

26shivani02 commented 2 years ago

image

ericszulc commented 2 years ago

Hi @26shivani02 , as noted in the error message, the sharing model of private for account is not consistent with opportunities. You can adjust the code to match (or simply omit) your sharing model you need or change your sharing model. I'm assuming Accounts are public given this error.