Edit the SCPbMD profile schema for Sitecore Integration
Version:
You can integrate the Sitecore Commerce 8.2 powered by Commerce Server and Microsoft Dynamics AX Profile System by using the Sitecore profile system.
Deploy the Integration packages.
-
Add a new profile property at your Visual Studio solution setup:
-
Insert a new
addelement below the properties element of the profile section of the web.config. -
typeis the .NET type of the property. -
nameis the key that will be used to get or set the property value in the profile. -
The
customProviderDatavalue must start withax |, or the Dynamics Profile Provider will ignore the property. After that, include the full name of the property on the CommerceCustomer profile. The rest of the value after|can be the type of your custom property.
-