Update 27.0.202545.147302

Prev Next

Release Date: 5. November 2025

Release Summary

  • Sales Documents Enhancement: Master data from Package No. can now be printed, improving item tracking.

  • Customer Statement Report: New editable report added to Document Customizer with full column customization.

  • Report Template Management: Default templates and layouts can now be set per Report ID, streamlining printing.

  • PDF Optimization: New image resizing setup reduces PDF file sizes for better usability.

  • Bug Fixes:

    • Production Order Report: All lines now print correctly.

    • Proforma Invoice Report: Correct field mappings restored.

  • Sales Order Validation: Preview posting errors with KID payment resolved, improving functionality and user experience.


New Feature

Master Data on Documents

Master Data From Package No. Now Printable on Sales Documents

This update enables master data information transferred from the Package No. to be printed on sales documents, just like other item tracking line information.

Customer Statement

New editable Customer Statement report added to Document Customizer

A new version of the Customer Statement report has been added to the Document Customizer app. This report supports full column customization using the Columns functionality, allowing users to tailor the report layout to their needs. The original fixed-column report remains available.


Improvements

Document Template & Document Layout

Default Report Template and Layout selection added to Document Customizer

Document Customizer now supports setting default Report Templates and Layouts per Report ID. New fields have been added to SCB Report Content and SCB Report Options tables. These defaults are automatically shown in the request page when printing, improving consistency and reducing manual setup.

Report Template

Report Layout

Printing Report

General

SCB Report Content lookup filter updated to include developer report copies

The SCB Report Content (6082805) lookup filter has been improved to include Document Customizer report copies in the 50000..99999 range. This ensures developers can access all relevant reports, enhancing development efficiency.

Image

Image Resizing Setup for PDF Output in Document Customizer

A new setup option has been introduced in the Document Customizer to address issues with large PDF file sizes, when reports with images are printed and saved. Previously, PDF files generated from reports could reach excessive sizes , making them difficult to share and store.
*Only PDF reports that contain images will have those images compressed. The compression applies to the images themselves, not the entire report. However, reducing the image size will also reduce the overall size of the PDF

Enhancement Details:

  • A new field Target Image Size has been added to the Document Customizer Content Card.

    • Original Size (default): Maintains current behavior, using images in their original resolution.

    • Custom Size: Enables image compression by specifying a target resolution via the new Target Image Size (Pixels) field.

      • Default value: 72 pixels

      • When selected, images are resized proportionally based on the specified pixel value, significantly reducing file size.

Compression Logic:

  • The compression rate is calculated using the image’s smaller dimension.

  • For example, an image of 1080×2340 pixels with a target size of 72 pixels results in a compression rate of 15.

  • The resized image becomes 72×156 pixels, reducing the image size by a factor of 10–20×.

  • This results in much smaller PDF files, improving performance and usability.

This feature provides users with greater control over document output size, optimizing storage and sharing workflows.

Sales Proforma Invoice

Proforma Invoice report template updated with corrected fields and new calculated values

The Proforma Invoice report template now includes:

  • Corrected column field setup

  • Updated description: "Proforma Invoice based on Qty. Shipped not invoiced"

  • Two new calculated fields:

    • Shipped Not Invoiced VAT Amount

    • Shipped Not Invoiced Line Amount

These changes improve reporting accuracy for the Finance team.


Bug Fixes

Production Order

Fix for missing lines in Production Order report

Resolved an issue in the Document Customizer Production Order report where only the first output line was printed. The report now correctly includes all output and component lines for production orders with multiple lines.

Sales Proforma Invoice

Fix Incorrect field mappings in Qty. to Ship Proforma Report Template

Resolved an issue where the Qty. to Ship Proforma Report Template was using column definitions from the Shipped not Invoiced template. The correct fields have been restored to ensure accurate reporting.

General

Error when Preview Posting Sales Orders with KID Payment

Issue:
Users could encountere an error when using the "Preview Posting" function on sales orders with KID payment in their Norwegian Business Central environment. The error does not occur during actual posting, only during preview.

Root Cause:
During preview posting, Business Central generates a random invoice number (via Codeunit 80 “Sales-Post.dal”, around line 6954) that does not conform to the expected KID mask. This causes a validation failure in the Document Customizer app (version 26.4.202535.140098), specifically in object 6223532.

Resolution:
The validation logic in Document Customizer has been updated to handle preview-generated invoice numbers, preventing the error during preview posting.