Category: Knowledge Base

License Validation Cloud

This article is relevant for ForNAV installations when running Business Central Cloud/SaaS. If you are running ForNAV for Microsoft Dynamics 365 Business Central OnPrem or private cloud, please read this article: https://www.fornav.com/knowledge-base/license-validation/. To check your ForNAV license when running Business Central Cloud/SaaS: Run any ForNAV report. On the Request page, click Send to, and then

Continue Reading

ForNAV Email Body Layouts

You can use ForNAV reports to generate email body text. However, you might not always get what you expect. In this article, we will look at some of the challenges and try to explain the underlying reason for the occasional strange or unpredictable behavior. Business Central requires the email body to be HTML formatted text.

Continue Reading

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

Continue Reading

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

Continue Reading

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

Continue Reading

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

Continue Reading

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

Continue Reading

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

Continue Reading

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

Continue Reading

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

Continue Reading