We're having problems with DeepLoad in particular. We suspect that our data model is causing the problem, but since there are also some changes to the templates to DeepLoad / DeepSave, I want to get advice on our data model.
The attachment shows the tables that are causing us problems. In particular, a DeepLoad of the Medium entity brings in a collection of FaceSample objects. Each FaceSample object has a populated BiometricsTemplateIDSource object. The BiometricsTemplate object has a valid TemplateTypeID, but the TemplateTypeIDSource is null, thus breaking the chain.
So, my question is, can we expect DeepLoad and DeepSave to work as advertised with this data model?