

But it later decided to continue development of all ERP systems (Dynamics AX, Dynamics NAV, Dynamics GP and Dynamics SL). In 2003 Microsoft announced plans to develop an entirely new ERP system (Project Green). Navision became a new division at Microsoft, named Microsoft Business Solutions, which also handled Microsoft CRM. On JMicrosoft bought Navision A/S to go with its previous acquisition of Great Plains. In 2001 the company changed its name to "Navision A/S". In 2000, Navision Software A/S merged with fellow Danish firm Damgaard A/S (founded 1983) to form NavisionDamgard A/S. In 1995 the first version of Navision based on Microsoft Windows 95 was released.

From Navision version 3 the product was distributed in other European countries, including Germany and the United Kingdom. The Navision product sold primarily in Denmark until 1990. The success of the product prompted the company to rename itself to Navision Software A/S in 1995. There followed in 1987 the first version of Navision, a client/server-based accounting application that allowed multiple users to access the system simultaneously. PC&C released its first accounting package, PCPlus, in 1985-a single-user application with basic accounting functionality. Navision originated at PC&C A/S (Personal Computing and Consulting), a company founded in Denmark in 1984. Microsoft Dynamics NAV originates from Navision, a suite of accounting applications which Microsoft acquired in 2002.

If an error is thrown it will not rollback the current transaction and then we can take a lock into the callstack 😉 In older NAV version I created a SetPdfPrint and IsOdfPrint method in an „Single Instance“ codeunit and before the REPORT.SAVEASPDF(…) method is called I call the SetPdfPrint(TRUE) method and after the print I call the SetPdfPrint(FALSE).īut in this scenario it is possible that the report thors and error and the flag ist still set in the single instance codeunit. Currently it is not possible in NAV to detect the ouputtype of an Report in NAV (Print, PDF, HTML, EXCEL).
