Hello,
I'm upgradeing nav 5.1 to 2009 RTC. For Reports, Forms and MenuSuite it's clear - they should be converted/redesigned for RTC. But what about Tables and Codeunits; Is there anything that should be done for them? actually there can be a code incompatibility (exp. running forms with the code). So do you know any tool for checking this (in-)compatibility? or is there somewhere a list of such incompatible code?
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I would generally not want to use a specific Form designation in a codeunit or table, (rather use Form.RUN(0,...) but of course that is not always possible. Even in the base app there are cases where this happens.
And even as Kamil says, there will be warnings during the process, one of the most important steps of ANY upgrade is user testing. You need to have the users heavily run through all the tasks they do to make sure these errors are found in the testing stages.