Adaptive Personalization Manual / Version 2107
Table Of Contents
You can change the used context properties and/or the appearance of the context property
editors of the Customer Persona Form by reconfiguring the
CMUserProfile
content type.
If you add context properties to the document you do not need to adapt the content type definition for the Content Server because all context properties are stored in one, already defined plain text blob property.
Underneath a PersonaGroupContainer
there are special property fields which are
responsible for handling the forwarded property. You can write your own property fields for
custom properties.
There are already the most common property fields available:
PersonaNumberPropertyField
- accepts just digits, '-' and '.'PersonaStringPropertyField
- accepts all kind of charactersPersonaTimePropertyField
- accepts time in the specified time format; you can choose time from the combo box as wellPersonaDatePropertyField
- accepts a date in the specified date format; you can pick the date from the date picker as wellPersonaDateTimeProperty
- combined time and date property fields. You need to fill both values.
To write your own property fields have a look at Section 4.2.4, “Working With Test Contexts”.