b2c-crm-sync
b2c-crm-sync copied to clipboard
Deployment Error
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]
Error occur while deploy. command:1. npm run crm-sync:sf:org:deploy 2.sfdx force:source:deploy -p "./src/sfdc/base"
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.