Unable to migrate Status code as it is asking statecode from Salesforce to Dynamics CRM .
In your mapping, you need to specify a value for statecode. That is missing and it is causing your error.
I'm not sure which entity you are working with, but here is an example of Opportunity. Go into the Fields for your entity and find statusreason. There, you will see the values for statecodename that you will need to include in your mapping. If these differ from your source (SalesForce) you may need to programatically figure out these statecode values that correspond to the statusreason for that record.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.