Rules of Version List

einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
Hello!

This time I've got a very simple question. I hope the answer is just as simple. :wink:

I've got two databases. In one database the version list of table 23 Vendor there is an entry NAVW13.70, in the other database this entry is NAVW13.70.00.06. How can I get the difference between these versions and how to make an update only of this particular table?
"Money is likewise the greatest chance and the greatest scourge of mankind."

Comments

  • jonsan21jonsan21 Member Posts: 118
    Simple answer:

    1. Export both of objects as txt file.
    2. Use any text editor comparison tool to spot the differences.

    Rgds,

    Jon.
    Rgds,

    Jon.
  • einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    That is what I've already done. I can't see any difference. So, why is there a difference in the Version List?
    "Money is likewise the greatest chance and the greatest scourge of mankind."
  • tinoruijstinoruijs Member Posts: 1,226
    The best way is to export both objects as a text-file. T23new.txt and T23old.txt.
    Then compare and merge them using for example Winmerge.
    Then import the modified text-file in NAV and compile it.
    It can be usefull to make a fob of table 23 before you import the text-file.

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • jonsan21jonsan21 Member Posts: 118
    Maybe there isn't any then? If there's a difference, then the txt files should show it.

    Rgds,

    Jon.
    Rgds,

    Jon.
  • kinekine Member Posts: 12,562
    The first is base 3.70 version. The second one is version released as part of hotfix 6. May be that someone already merged the changes to the first one but had not changed the version list...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • DenSterDenSter Member Posts: 8,305
    or... someone tried to implement update 6 and wasn't sure what to do with that object, put the new tag in and got away with one ;)
Sign In or Register to comment.