Integrate Profile Properties with the Sitecore Profile Store
Version: 8.2
Complete the following prerequisites:
At Visual Studio
-
Add a new
add
element underneath the properties element of the profile section of the web.configThe
type
attribute must contain the .NET type of the property. Thename
attribute is the key that will be used to get or set the property value in the profile property collection object of a user. ThecustomProviderData
attribute is made up of two parts:-
The value must start with cs| or the Commerce Server Profile Provider will ignore the property
-
The rest of the value must be the full name of the property on the UserObject profile e.g. GeneralInfo.email_address, you must always include the group name.
RequestResponse -