• ForNAV Direct Print – Polling Strategy

    The Direct Print service monitors the print queue in Business Central to detect new print jobs waiting to be printed. It does this by polling the print queue directly and using a signaling hub. When polling the print queue directly, the Direct Print services uses an API on the Business Central server. It identifies itself…

    Read more

  • Formatting the year with four or two digits

    ForNAV uses the standard Business Central formatting of dates, which by default formats the year with four digits. However, this is different from Navision classic, where the default was two digits. To support both, the ForNAV Designer Format Dates With ShortYear property controls whether the year should be formatted with four digits (default) or two…

    Read more

  • Troubleshooting blank output and formatting dates and numbers after upgrading to BC20 Cloud

    After upgrading to Business Central 20 Cloud, you might encounter the following issues: By mistake, Microsoft has enabled a new feature in Business Central that defaults to a new Word rendering engine and the result is that ForNAV reports produce blank output. Due to a locale issue in Business Central 20 Cloud, the formatting of…

    Read more

  • ForNAV prints blank output after upgrading to Business Central 20 Cloud

    Please read this article: Troubleshooting blank output and formatting dates and numbers after upgrading to BC20 Cloud

    Read more

  • Incorrect formatting of dates and decimal numbers on Business Central 20 Cloud

    Please read this article: Troubleshooting blank output and formatting dates and numbers after upgrading to BC20 Cloud

    Read more

  • Support for multiple languages

    Out-of-the-box, ForNAV supports multiple languages. However, by default, Business Central is installed with the local language and US English. To enable additional languages, you must install additional language packs/modules.   To do this in Business Central cloud, simply search for Language and then select the languages you want.   In Business Central OnPrem, you can…

    Read more

  • Calculating sums in JavaScript

    Sometimes it is useful to be able to calculate the total of a field across a table without running through all the records like the Rec.Calcsum() function does in AL. To do this, you can simply use the Sum value on a FieldExtension field: List.FieldExtensions.Amount.Sum If the field is a calculated field, Business Central will…

    Read more

  • Changes to the Cloud ForNAV layout and custom layout format

    In Microsoft Dynamics 365 Business Central 20 (2022 release wave 1), Microsoft is starting to move the Word rendering subsystem from being open for modification to a proprietary and closed system. As a replacement, Microsoft is introducing a new layout type that does not piggy back on the Word format. From the beginning, ForNAV cloud…

    Read more

  • Signing PDFs

    To sign a PDF, you can use the following JavaScript: CurrReport.PrinterSettings.Sign.Certificate = ForNAVFileStorage.Data; // the value must be a blob field containing the certificate. CurrReport.PrinterSettings.Sign.Password = ‘abc’; The certificate must be a valid pfx certificate. Keywords: digital signature signage

    Read more

  • Direct Printer Definitions

    Before reading this article, please make sure you have familiarized yourself with the ForNAV Direct Print overview: https://www.fornav.com/direct-print/, and installed and configured the ForNAV Direct Print service or client.   With ForNAV 6.2 (and later versions), you can define local printers and print ForNAV, RDLC, and Word reports to them directly, without seeing the usual…

    Read more