• Support for reports with lots of pictures

    Using thumbnails instead of full-size images for picture-heavy reports Often, you might want to mix text and pictures in a report. However, Business Central has a number of limitations in terms of the size of the dataset and the maximum time to create the report output, which limits the combined size of pictures a single…

    Read more

  • Add aging buckets on Aged Accounts Receivables

    Minimum requirement: ForNAV Report Pack version 7.1.0.2 There are several ForNAV reports that display aging information. They display the age of the open entries. By default, the aging is displayed in five buckets, from current to older than the last date. The following reports print aging: The Customer Statement Aged Accounts Receivable Aged Accounts Payable…

    Read more

  • Automatic selection of bank accounts in Business Central reports

    In ForNAV 7.1 and higher, it is possible to set different purposes for your bank accounts and to generate your reports with the right bank account number automatically. The Bank Account Selections function works on the following tables: “Sales Header” “Sales Shipment Header” “Sales Invoice Header” “Sales Cr.Memo Header” “Return Shipment Header” “Return Receipt Header”…

    Read more

  • Direct Print and Follow-Me Printing

    Do you want to use ForNAV Direct Print with a Follow-Me print solution? Here is a helpful hint on how to successfully combine the two. You might find it challenging because the Follow-Me print software typically uses the user ID on the print job to determine where to send it. Unfortunately, with the service-based edition…

    Read more

  • Install the ForNAV Report Service on Docker

    With the new addition of the Report Service, you also need to install it when you want to run ForNAV in a Dockerized Business Central installation. To do this you: Build your Business Central container but open port 8080 as well. Copy the ForNAV installer and the universal code extension files Install the ForNAV Report…

    Read more

  • Error when using ForNAV DLL with Business Central 22

    Sometimes users will get the following error message when trying to run a report: Could not load file or assembly ‘System.Windows.Forms, Version=4.0.0.0, Culture—neutral, PublicKeyToken=b77a5c561934e089’. The system cannot find the file specified. The error occurs for users who use the DLL version of ForNAV and it happens because Microsoft has stopped supporting .net framework DLLs from…

    Read more

  • Add assembly lines to any Business Central report

    With the release of ForNAV 7.x.x.x, you can now add assembly lines (Bill of Material or BOM) to several standard ForNAV reports. Adding assembly lines works for the following tables: “Sales Line” “Sales Invoice Line” “Sales Shipment Line” To add assembly lines to a ForNAV report, you must edit the report and add the AssemblyLine…

    Read more

  • ForNAV Direct Print Infrastructure

    Direct Print consists of three ways of sending print jobs directly to a printer in Business Central. They are named Server Print, Service Print, and Client Print. Server Print Server Print is only supported in on-premise environments. Here, the Business Central service tier communicates directly with the printer. This requires that the printer is connected…

    Read more

  • Add a repeater on your report

    Add a repeater on your report In some cases, it is necessary to add a repeater to your Business Central reports. For instance, if you want to print one label for each item of quantity on your Sales Order. We have created the Repeater Line temporary table for this reason.   Usage scenario 1 –…

    Read more

  • How to fill temporary tables in AL-code and use them in custom layouts

    In the ForNAV Designer, you can add new data items to a layout without modifying the underlying AL-code. This has the benefit of easy deployment and maintenance, because the changes only exist in custom layout, which is data and not code. Data items require temporary tables to run and custom AL-logic to fill up the…

    Read more