Navision Opgrading

mo_xmo_x Member Posts: 50
Hello Everybody,

I started upgrading from Nav 2016 to 2017. At the application code opgrade, it says to export objects without system tables. I understood the export part, but how to exclude system tables. The code:

Export-NAVApplicationObject –DatabaseServer MyServer –DatabaseName "Demo Database NAV " –Path C:\Upgrade\ORIGINAL\OldBaseVersion.txt

Should i use some kind of filter or anytthing else.

Answers

  • KishormKishorm Member Posts: 921
    you could do this from the object designer by marking all objects then unmarking the system tables then filtering on marked only objects and exporting those.
Sign In or Register to comment.