Is it a must to do code upgradation first and then do the dataupgradation?
if yes then how does doing the code upgradation first helps in
dataupgradation?
urgent.
yes, you must do the code uprade befor the dataupgrade.
the reason is that you can have customization in your system, which are
extending the base application.
i.e. you have made an extension on the table custtable (added a new field).
then the system don't now this new field if don't do an code upgrade.
So if are upgrade your data all informations stored in this field are lost.
--
Sincerely yours
Axel Kühn (visit my Dynamics AX blog at: http://blog.ak-home.net)
thanks for the answer.
after the code is upgraded from 3.0 to 4.0, the functionaliy from 3.0 refers
to a few sys and gls classes which were in 3.0 but since the code has moved
to 4.0. and 4.0 does not have all the sys classes of 3.0. how do we find the
replacement classes for those 3.0 sys classes in 4.0?
urgent
--
Naushad
this depends on the customisation you have made.
Or are there no customisations on your code?
Can you post an example?