Database Schema Synchronization

Microsoft Dynamics NAV 2015 introduces several improvements to the table schema synchronization process that improve performance and make it more explicit and controllable. The improvements give you with the flexibility to decide when and how the table changes are synchronized with corresponding tables in the SQL…

Database function

EXPORTDATA Function (Database) Exports data from the Microsoft Dynamics NAV database to a file. The data is not deleted from the database. Syntax [Ok:=] EXPORTDATA(ShowDialog, FileName[, IncludeApplicationData][, IncludeGlobalData][, CompanyRecord]) Parameters ShowDialog Type: Boolean Specifies if you want to display a dialog box where the user can…