Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm facing two different errors while trying to import data into dynamics.
1. if I try to set a value in field Birthdate in Contact entity, I receive error in converting Date into DateTimeOffset
2. if I try to set a value in field referenced in a lookup entity, I receive error in converting String to Guid or "CRM do not support direct update of Entity Reference properties"
Please help!
Thanks
Massimiliano
@Passaia,did you looked at below link.
Thank you very much, I solve issue nr 2, I had to pass the schema name instead of fieldname. Any suggest to solve issue nr 1, error converting a Date field in DatetimeOffset?
Thanks!