So I've imported all new objects, including the codeunits 104050 and 104060 included in Upgrade800900.US.fob from the media. I'm on step 10 from the MSDN article posted on
HERE . When I run the Tools -> Data Upgrade -> Start function I get "No Upgrade methods have been found. Please create an upgrade codeunit with at least one Upgrade method in order to continue."
Love to get past this - any ideas?
Answers
In codeunit 104050 I had to make the following changes:
//ApprovalEntry."Last Modified By ID" := UPGApprovalEntry."Last Modified By ID";
ApprovalEntry."Last Modified By User ID" := UPGApprovalEntry."Last Modified By ID";
//OnlineMapParameterSetup.SETFILTER("Map URL",'*bing.com*');
OnlineMapParameterSetup.SETFILTER("Map Service",'*bing.com*');
I also had to recompile all of the tables.
Pacific City, OR