SesProfileData¶
This Field Type stores CustomerProfileData
in the User Content Type.
Note
CustomerProfileData
must be stored as a serialized string in base64 format,
because it is not possible to store any special HTML characters(<
,>
, ""
,''
, &
) in text field or text area field.
Symfony data type¶
The Symfony data type is stored in:
1 2 |
|
Configuration¶
1 2 3 4 5 6 7 |
|
The name of the customer (taken from the contact section) can be used for lists. To do it, use the name pattern in the Content Type definition of the User Content Type.
customer_profile_data
is the identifier of the Field where the profile data is stored.