While import if email address is empty I'm getting error message "Error while importing data for property 'lastName', datasource record Email Address = '', Error :Value cannot be null. Parameter name: loginName". Why lastName field is referenced instead of email? Previous error was about lastName field. Can it be related?
CMSImport validates fields before saving them since Umbraco API doesn't give any feedback anymore about which property failed.
Lastname is propably the last property that got assigned and therefore you it was mentioned as the failing property. Will improve validation for email adresses for next release.
CMSImport PRO 3.5 invalid error message
Hi.
While import if email address is empty I'm getting error message "Error while importing data for property 'lastName', datasource record Email Address = '', Error :Value cannot be null. Parameter name: loginName". Why lastName field is referenced instead of email? Previous error was about lastName field. Can it be related?
Thanks!
CMSImport validates fields before saving them since Umbraco API doesn't give any feedback anymore about which property failed.
Lastname is propably the last property that got assigned and therefore you it was mentioned as the failing property. Will improve validation for email adresses for next release.
Best,
Richard
is working on a reply...