Skip to main content
Skip table of contents

Velixo NX 2025.9 Release Notes

Release date: September 30th, 2025

Version number: 2025.9 or higher

🚀 New:

  • In a major milestone, Velixo NX users are now able to automate their Velixo workflows using VBA. In particular, Velixo Classic users can now easily migrate to Velixo NX and keep their scripts operational. (RD-4676)

  • The Slice feature is now publicly accessible to all Velixo users! We have also extended it with the following new functionalities:

    • When using two or more Slice parameters, you can now select the new Zip pairing mode (RD-5121) to avoid generating reports for irrelevant combinations that contain no data. To illustrate the difference, below is an example for two parameters, Location (“US”, “Europe”) and Product (“120V”, “220V”):

      • Default mode (All combinations): generates four slice worksheets: (“US”, “120V”), (“US”, “220V”), (“Europe”, “110V”), (“Europe”, “220V”)

      • New Zip mode generates only two worksheets, pairing values from each parameter in order: (“US”, “120V”), (“Europe”, “220V”).

        image-20250930-124506.png
      • You can now set up Slice to filter out some of the resulting worksheets based on the value they contain in a certain cell or Excel range. If that range evaluates to zero or empty, the resulting worksheet will be excluded from the Slice results. This can also be useful if certain combinations of Slice parameters create worksheets without corresponding activity in your ERP system. (RD-5022)

        image-20250923-141845.png
  • In a major Business Central update, we are introducing 9 new Velixo functions:

  • A new setting in the Options menu lets you control how many data requests Velixo can make to Business Central in parallel, allowing you to balance report refresh speed and your ERP system’s resources. (RD-4239)

    image-20250930-125545.png

  • You can now use two new objects in the Object argument of the BC.QUERY function - both require specifying velixo in the Api argument):

    • accScheduleLines lets you retrieve Row Definitions and leverage your Financial Reporting structure in Business Central. (RD-5539)

      image-20250930-074636.png
    • glEntryAndDimensionValues lets you retrieve GL entries along with their dimension codes and values. (RD-5670)

      image-20250930-074318.png

✨ Improved:

  • You can now specify SharePoint paths as destinations for Distribution. (RD-394)

  • The BC.EXPANDACCOUNTRANGE function now enables you to filter the Chart of Accounts by using the AccountCategory and AccountSubcategory arguments. (RD-5246)

🔨 Fixed:

  • An issue preventing you from running Distribution of Selected Rows in PDF format when a single worksheet is selected twice is no longer present. (RD-4811)

🐛 Known Issues:

  • Because of a format issue, for now, Slice cannot be used to reliably generate reports when one of the parameters for substitution is a date. (RD-4815)

  • Due to a limitation in Business Central, filters that utilize the contains operator combined with other operators are not usable with the BC.QUERY function. 

    While a fix is underway, we recommend not using BC.QUERYFILTER with the CaseInsensitive argument set toTRUE and not-exact comparsions, which produces filters with contains operator combined with tolower. As a workaround, you can replace the contain operator in your filter with the eq operator and wrap the value in *
    For instance, in place of contains(tolower(fieldName), 'something'), use  tolower(fieldName) eq '*something*'.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.