object mergin question

KisuKisu Member Posts: 381
When you want to merge your custom db objects to new version, do you need to take whole object list or can you just take the edited ones and merge them?

would save alot of time if so :-k
K.S.

Comments

  • tinoruijstinoruijs Member Posts: 1,226
    Do you mean when upgrading for example from NAV 4.0 to 5.0?
    Or when merging objects from test-db to live-db?

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    You only need to merge the modified objects, that is objects where you did some customization. Don't rely on the Modified field in the Object Designer though to know if an object has been modified or not. Just export all objects to text, use a object splitter to split them out so you get one file per object, and then compare these bunch of files with standard NAV.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • KisuKisu Member Posts: 381
    tinoruijs wrote:
    Do you mean when upgrading for example from NAV 4.0 to 5.0?
    Or when merging objects from test-db to live-db?

    yeh NAV 4.0 sp3 customized files to NAV 5.0 base
    K.S.
  • KisuKisu Member Posts: 381
    You only need to merge the modified objects, that is objects where you did some customization. Don't rely on the Modified field in the Object Designer though to know if an object has been modified or not. Just export all objects to text, use a object splitter to split them out so you get one file per object, and then compare these bunch of files with standard NAV.

    Nifty, an object splitter
    Is it in mibuso files? *goes to look*
    K.S.
  • tinoruijstinoruijs Member Posts: 1,226
    Kisu wrote:
    tinoruijs wrote:
    Do you mean when upgrading for example from NAV 4.0 to 5.0?
    Or when merging objects from test-db to live-db?

    yeh NAV 4.0 sp3 customized files to NAV 5.0 base

    Ok. You should follow Luc's suggestion then.
    Good luck!

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • tinoruijstinoruijs Member Posts: 1,226
    Kisu wrote:
    Nifty, an object splitter
    Is it in mibuso files? *goes to look*

    Yes.
    http://www.mibuso.com/forum/viewtopic.php?t=6638

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • ajhvdbajhvdb Member Posts: 672
    :) he, don't forget my integrated script into Beyond Compare. :idea:
    http://www.mibuso.com/forum/viewtopic.php?t=18912
Sign In or Register to comment.