SharePoint 2013 Connector
User Defined Properties
Data Model (User Profile)
Definition of properties (custom-property)
- Central Administration Application Management Manage Service Applications User Profile Service Application People Manage User Properties new Property

Mapping of properties to the Mindbreeze Data Model
ConnectorMetadataMapping.xml
<Metadatum>
<SrcName>custom_property</SrcName>
<MappedName>mindbreeze_property</MappedName>
</Metadatum>
Display in the Mindbreeze Client
CategroyDescriptor.xml
<metadatum id="mindbreeze_property" noinherit="false" aggregatable="true" selectable="true" visible="true">
<name xml:lang="de">Benutzerspezifische Eigenschaft</name>
<name xml:lang="en">Custom Property</name>
</metadatum>