If list view contains Property.Property of a derived class ,detail view save throws exception.
the actual error is in DetailViewLinkController.ObjectSpace_Committing:185
ITypeInfo.FindMember cannot find IFindMemberInfo if passed like "<DerivedClass>NestedPropert.Property.
e.g attached sample I have added <Contact>Department.Title to Person_ListView , so when a Contact object detail view save is selected, exception occures
Steps to Reproduce:
- Run the attached demo
- Open "Person"
- Open record of "Nilson"
- Change something and select 'Save'
Actual Results:
'Object reference not set to…"
Expected Results:
No Error on save