During the migration from Nav 2013 to Nav 2016 I detected that the table where I should to find the vendor ledger entries or the customer ledger entries are empty. In wich step these tables should be filled?
Thanks.
You only need to run the sync with mode checkonly if the WithValidation fails. in general I would recommend...
1) Sync WithValidation - if this succeeds you do not need to do anything else
2) If the above fails then Sync CheckOnly - this will list the issues, you need to check the listed tables and fields
3) If you are happy with the changes listed in step 2 then Sync With Force option, however if you are not happy with the changes then you should create upgrade codeunits so that you do not lose data and then Sync WithValidation
Answers
https://msdn.microsoft.com/en-us/library/dn271668(v=nav.90).aspx
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
if you have backup before that then replace and run again with validation option
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Ashok
ArcherPoint Inc.,
1) Sync WithValidation - if this succeeds you do not need to do anything else
2) If the above fails then Sync CheckOnly - this will list the issues, you need to check the listed tables and fields
3) If you are happy with the changes listed in step 2 then Sync With Force option, however if you are not happy with the changes then you should create upgrade codeunits so that you do not lose data and then Sync WithValidation