Success! B-)
Screenshot
In AppData\Composite\DataMetaData, I changed this:
Screenshot
In AppData\Composite\DataMetaData, I changed this:
<DataFieldDescriptor id="902d6404-6b70-429b-b909-e3ce487a180d" name="Division" isNullable="false" position="4" groupByPriority="0" inherited="false" instanceType="System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" storeType="PhysicalStoreType='Guid'" isReadOnly="false" defaultValue="ValueType='Guid'Value='00000000-0000-0000-0000-000000000000'" foreignKeyReferenceTypeName="ChapmanComposite.Division">
<FormRenderingProfile />
</DataFieldDescriptor>
To this:<DataFieldDescriptor id="902d6404-6b70-429b-b909-e3ce487a180d" name="Division" isNullable="false" position="4" groupByPriority="0" inherited="false" instanceType="System.Guid, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" storeType="PhysicalStoreType='Guid'" isReadOnly="false" defaultValue="ValueType='Guid'Value='00000000-0000-0000-0000-000000000000'" foreignKeyReferenceTypeName="ChapmanComposite.Division,ChapmanStaticDataTypes">
<FormRenderingProfile />
</DataFieldDescriptor>
Thank you for your help! B-)