Releases: SalesforceCommerceCloud/b2c-crm-sync
Releases · SalesforceCommerceCloud/b2c-crm-sync
v1.3.0
v1.2.0
What's Changed
- Fixes issue #98 by removing ".current" by @jbachelet in #100
- fixes issue with sfcc-ci 2.9.0 being broken by @clavery in #111
- Introduction of the B2C Active Customer Promotions use case by @jbachelet in #101
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Change the documentation to not sync (only validate) SF Connect External Object by @jbachelet in #88
- Add the record data-mappings to the documentation by @jbachelet in #79
- Password Reset implementation through flows by @jbachelet in #84
- Make sure the Address book sync is leveraging the checkboxes from the customer list by @jbachelet in #87
Full Changelog: v1.0.2...v1.1.0
v1.0.2
The release 1.0.2 fixes some issues tied to the release v1.0.0
What's Changed
- Fix issue#80 where the B2C Address Book has been introduced in the Account flexipage instead of the Contact flexipage for Account/Contact model by @jbachelet in #81
Full Changelog: v1.0.1...v1.0.2
v1.0.1
The release 1.0.1 fixes some issues tied to the release v1.0.0
What's Changed
- Mark the Position_in_UI__c field on the integration mapping metadata as optional by @jbachelet in #75
- Remove the IndividualId from the metadata by @jbachelet in #76
- Release/1.0.1 by @jbachelet in #78
Full Changelog: v1.0.0...v1.0.1
v1.0.0
b2c-crm-sync v1.0.0 release is out 🚀🚀🚀
What's Changed
- Replace links from the old repository to the actual SalesforceCommerceCloud official repository by @jbachelet in #31
- Remove Social Accounts, Contact, Leads regions from lightning pages and remove the New Contact quick action as it is not required for b2c-crm-sync to work by @jbachelet in #32
- Upgrade the minimum Node version required to use the CLI to ensure the environment has ES6 integrated by @jbachelet in #33
- Fixing typo reported under #38 by @olegforce in #41
- New extensibility feature to the framework by @olegforce in #63
- Add extensibility to the cartridge by moving from relative paths to absolute paths that resolves the cartridge path by @jbachelet in #66
- Add the capability to show the B2C Commerce address book by @jbachelet in #60
- Release/1.0.0 by @jbachelet in #72
- Release/0.9.0 into master by @olegforce in #62
New Contributors
- @jbachelet made their first contribution in #31
- @olegforce made their first contribution in #41
Full Changelog: v0.9.0...v1.0.0
v0.9.0 Release
... this tag represents the MVP feature release for b2c-crm-sync. This version of b2c-crm-sync supports the following extensible features (yes, you can customize everything):
- Configuration of multiple B2C Commerce environments (either Sandboxes or Primary Instance Group environments) within the Salesforce Customer 360 Platform
- Configuration of multiple B2C Commerce CustomerLists and Sites within the Salesforce Customer 360 Platform
- Secure and password-less integration between B2C Commerce and the Salesforce Platform via JWT (Java Web Tokens or 'jots')
- Granular integration control managing which instances, customerLists, and sites can interact with B2C Commerce and receive integration messages
- Supports both PersonAccounts and Account / Contact customer models within the Salesforce Customer 360 Platform
- Synchronization of registered Salesforce B2C Commerce customer profiles between the Salesforce Customer 360 Platform and Salesforce B2C Commerce in near real-time and via a scheduledJob managed by B2C Commerce
- Order on Behalf of style Assisted Shopping for Customer Service Representatives configured and launched from within the Salesforce Platform
- Federated Access to the B2C Commerce Customer Address Books of Registered B2C Commerce Customers via Salesforce Connect (requires Enterprise Edition)
- Attribution of Salesforce Platform Account and Contact identifiers on Registered and Anonymous Orders placed via the Storefront
- Headless Support for synchronization and order attribution use-cases
We leverage Salesforce SFDX for Deployment, Flow for Automation, Platform Events for Messaging, Salesforce Connect for Data Federation, and Apex Invocable Actions to support these features. If you're a B2C Commerce Architect interested in learning how to integrate with the Salesforce Platform -- this is the project for you :)