Hi everyone,
I am doing a migration to Dynamics CRM and trying to maintain record owners for entities like Account. I have to map each field in the tool I am using/evaluating (RAPIDI). I am able to lookup the Dynamics user guid that I want (systemuserid from the systemuser entity), but I am not sure how to set the owner of an account for instance during migration. I tried the _ownerid_value property but that is a lookup property which is readonly.
Any suggestions on how to set record owner during migration? Is there some other property/field I have missed? Thanks.