Edit SCPbMD profile schema for Sitecore Integration
Version:
Complete the following procedure to integrate the Sitecore Commerce 8.1 powered by Commerce Server and Profile System with 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.
-