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.config

    The type attribute must contain the .NET type of the property. The name attribute is the key that will be used to get or set the property value in the profile property collection object of a user. The customProviderData 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

Do you have some feedback for us?

If you have suggestions for improving this article,