Skip to content

Releases: SalesforceCommerceCloud/b2c-crm-sync

v1.3.0

15 Feb 14:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

15 Feb 13:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Jan 08:49
Compare
Choose a tag to compare

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

27 Dec 10:26
Compare
Choose a tag to compare

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

24 Dec 08:56
c67f35a
Compare
Choose a tag to compare

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

23 Dec 16:04
979d5a6
Compare
Choose a tag to compare

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

Full Changelog: v0.9.0...v1.0.0

v0.9.0 Release

02 Aug 11:50
Compare
Choose a tag to compare

... 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 :)