All Around Microsoft Dynamics Business Central

Monatsarchiv: Dezember 2016

The Problem Currently it is not possible in NAV to detect the ouputtype of an Report in NAV (Print, PDF, HTML, EXCEL). A Possible solution 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 […]

Weiterlesen

In previous versions of Microsoft Dynamics NAV, the filter length is limited to 1024 characters. With Microsft Dynamics NAV 2017 the filter length is „unlimited“. But you have to be carefull. The Microsoft SQL Server allows per default only 2100 parameters in a SQL statement. The following Standard NAV code will throw the exception „Too many parameters […]

Weiterlesen