Hello,
I am working on one migration project, where I have used KingswaySoft for migrating data from Dynamics CRM 2013 on-premise to Dynamics CRM 2016 On-premise.
I was able to map users and migrate all data successfully. Also, I could correctly set Modifiedby field on all the records.
When users tested the migrated data, they have concern with CreatedOn and ModifiedOn date & time. They want it to be same as the actual date and time in 2013 version.
How can I achieve that? When I read notes on Kingswaysoft, it says :
"As we mentioned above, CRM display activitys records on the activity wall in a descending order of the modifiedon field. However this particular field is not write-able in the CRM destination component, therefore you can't bring the old modifiedon values to the new system, as CRM defaults the field to the datetime of the last write action - which is when the migration happens. The problem is, if the activity is not migrated in the right order, then everything on the activity wall can be out-of-sync from the source system. You might think this is easy, you just have to sort by modifiedon field in the source component. But the problem is, activity wall is made up of records from all activity entities, not just a single one. Sorting each individual entity would not help with the situation."
Please suggest me some workaround to set correct modifiedon date time for all the records.
Thank you