Skip to content

Business Central 27

Release Version 27.0.5.0

Download

Bug Fix - 16726

Business Partner email wrong calculated

Description: Fixed an issue where the process of sending emails would sometimes calculate and use incorrect email addresses. The problem also caused changes made in the email dialog to not be applied.

Impact: This update ensures that emails are now correctly calculated and any changes made in the email dialog are properly applied and so improving the reliability and accuracy of email communications within the system.

Created: December 2, 2025

Bug Fix - 16711

Optional attachment run into error when using epost

Description: Resolved an issue with the Epost sending functionality in Document Dispatch where the dispatch would fail if an optional attachment was missing. This fix ensures that the sending process works correctly even when optional attachments are not included.

Impact: Users can now successfully send dispatch profiles with optional attachments without encountering errors. This enhancement improves the reliability and flexibility of the Document Dispatch feature.

Created: December 2, 2025

Release Version 27.0.4.0

Download

Bug Fix - 16629

Upgrade step to remove all null GUID references from the mail address mapping.

Description: Fixed an issue where null GUID entries in the mail address mapping table were not being cleared after upgrading to the latest version.

Impact: This change ensures that all null GUID entries are properly cleared as expected, improving the accuracy and reliability of the mail address mapping table. Users should experience more consistent and error-free operation in related functionalities.

Created: November 27, 2025

Bug Fix - 16504

Multimail stops the BC Sessions when selecting many entries

Description: Resolved an issue in the Document Dispatch module where selecting many entries for the Multimail functionality caused the BC Sessions to crash. The fix involved implementing the possibility to create delayed entries that are processed through a job queue, ensuring that email sending is not performed directly.

Impact: Users can now use the Multimail functionality with more than 10 entries without experiencing crashes. The implementation of delayed entries processed through a job queue enhances stability and reliability, leading to improved efficiency and uninterrupted email dispatch operations.

Created: November 25, 2025

Bug Fix - 16624

Remove External Print List Functionalities

Description: Resolved an issue where it was possible to extend code with the PrintList functionality, which should have been restricted. This change ensures that the PrintList functionality cannot be extended inappropriately.

Impact: This fix prevents unauthorized extensions of the PrintList functionality, enhancing system security and maintaining intended application behavior. There are no anticipated side effects from this change.

Created: November 25, 2025

Release Version 27.0.3.0

Download

Bug Fix - 16514

Standard CC Adress in Dispatch Profile

Description: Resolved an issue where the CC address was not being populated in the Attachment Selection for Document Dispatch Factbox when configured in a dispatch profile. This fix ensures that the CC address is correctly filled as expected.

Impact: Users will now see the CC address automatically populated in the Attachment Selection, improving the accuracy and efficiency of document dispatch processes. This enhancement resolves the previous inconvenience of manually entering the CC address, thereby streamlining workflow.

Created: November 19, 2025

Bug Fix - 16571

Deprecated fields redirecting to internal functions

Description:

An issue has been fixed where obsolete email address fields described to use Get and Set functions instead. These functions were set to internal so no custom extention could use them. This has now been fixed and the Get and Set functions are set to external

Impact:

Custom extensions can now replace obsolete code with the correct practice, ensuring proper functionality and integration.

Created: November 19, 2025

What To Do

Steps to do:

Bug Fix - 16337

To Address Missing in Draft Email After Canceling Send Dialog

Description: Fixed an issue where the Email field was not retained when creating a draft from a Dispatch Profile, ensuring the email address remains populated as expected.

Impact: Users will now experience consistent behavior with the "To Address" field, reducing the need for manual re-entry and improving dispatch process efficiency. This enhancement resolves the issue of the email address disappearing upon saving a draft, thereby improving overall user experience and reliability.

Created: November 10, 2025

Functional Upgrade - 16524

Add External Functions to implement Print List Functionality

Description: The "Add to Print List" function has been made public to allow developers to extend their lists with this functionality. This enhancement enables the inclusion of multiple records in the print list simultaneously, improving efficiency and user experience.

Impact: This change allows developers to more easily incorporate the "Add to Print List" functionality into their custom lists, facilitating bulk actions and streamlining workflows. Users will benefit from a more efficient process when managing multiple records for printing, reducing the time and effort required for such tasks.

Created: November 12, 2025

Release Version 27.0.2.0

Download

Functional Upgrade - 15802

Factbox integration into Sales invoice and sales credit memo

Description: The Document Dispatch feature has been integrated into the sales invoice and sales credit memo pages. This enhancement allows users to send documents directly from these pages, improving efficiency and streamlining the document management process.

Impact: Users will benefit from a more seamless workflow, as they can now dispatch documents without needing to navigate away from the sales invoice or sales credit memo pages. This update enhances productivity and reduces the time spent on administrative tasks. No negative side effects are anticipated with this implementation.

Created: August 21, 2025

Bug Fix - 16364

Incorrect email address entered when sending delayed and direct emails simultaneously

Description: Resolved an issue where the email defined in the extended recipient was not being populated during dispatch profile email sending processes. This fix ensures that the email field is correctly filled as per the configuration.

Impact: Users will now experience correct email population for extended recipients, leading to improved accuracy and reliability in email dispatch operations. This resolves the previous issue of missing emails and enhances overall system functionality.

Created: November 6, 2025

Bug Fix - 16428

Documents are not displayed in the preview when the attachment type is Codeunit

Description: Resolved an issue where PDFs generated from a codeunit attachment type were not visible in the preview when sending documents via dialog. This change ensures that all common document types, including those generated from codeunits, are displayed correctly in the preview.

Impact: Users can now see the generated PDF documents in the preview before sending, improving the user experience and ensuring that all attachments are correctly displayed. This fix enhances the reliability of document handling and preview functionality within the system.

Created: November 3, 2025

Bug Fix - 16426

Wrong Decimal Format within Placeholders

Description: Fixed an issue where the decimal separator and thousand separator in email placeholders were not formatted according to the language settings of the business partner. Previously, the decimal separator was always a period (.) and the thousand separator was missing, regardless of the language.

Impact: This fix ensures that decimal and thousand separators in email placeholders are correctly formatted based on the business partner's language settings, improving accuracy and localization in communications.

Created: October 30, 2025

Bug Fix - 16338

Alternative email address in output type setup is ignored

Description: Resolved an issue where the system ignored the configured alternative email address in the output profile and continued using the dynamically determined business partner's email. The system now correctly uses the specified alternative email address as intended.

Impact: This fix ensures that emails are sent to the correct alternative addresses as configured, improving the accuracy and reliability of email communications. Users will now experience consistent behavior as per their configuration settings.

Created: October 23, 2025

Bug Fix - 16325

E-Post Placeholder creation run into an error

Description: Resolved an issue in Document Dispatch where attempting to select a field for the E-Post filename placeholder in the Dispatch Profile resulted in an error. The system now correctly displays a list of fields to choose from, ensuring proper configuration.

Impact: Users can now successfully configure E-Post filename placeholders without encountering errors, improving the setup process and functionality of Document Dispatch. This fix enhances user experience and ensures smoother operation within the system.

Created: October 21, 2025

Bug Fix - 16099

Total Amount Displays Only One Decimal Place Instead of Two in Send Dialog.

Description: Resolved an issue in the Document Dispatch module where the total amount in the Posted Sales Invoice was displaying only one decimal place instead of the expected two decimal places. This fix ensures that financial data is presented accurately as per standard requirements.

Impact: Users will now see the total amount with two decimal places in the Posted Sales Invoice, enhancing accuracy and consistency in financial reporting. This correction resolves the display issue and ensures compliance with standard financial formatting. No side effects are anticipated from this change.

Created: October 16, 2025

Bug Fix - 16266

Upload Via Custom Event forces Automatic sending

Description: Fixed a bug where executing a Document Dispatch Sending during a Custom Action did not create the expected Queue Entry. The issue was due to the Dispatch Profile not being automatically sent as configured.

Impact: Users will now see the correct Queue Entry when performing the specified Custom Action, ensuring proper tracking and dispatch of documents. This resolves the issue of missing Queue Entries and enhances the reliability of document dispatch processes.

Created: October 14, 2025

Bug Fix - 16194

Multimail preview does not show the subject with the filled placeholder

Description: Resolved an issue in Document Dispatch where the configured email subject using a placeholder was not displayed in the Multimail preview. The subject will now correctly appear in the preview as intended.

Impact: Users will experience improved accuracy in the Multimail preview, ensuring that the configured email subject is correctly displayed before sending. This enhancement eliminates confusion and ensures consistency in email dispatch operations.

Created: October 13, 2025

Bug Fix - 16239

Sending a Purchase Return Order Shows Error

Description: A problem was fixed where booking a repurchase order with the 'Send' action resulted in an error stating that the purchase header could not be found. This correction ensures that the system properly finds the purchase header during the 'Send' action.

Impact: Users will no longer experience errors when booking repurchase orders with the 'Send' action, improving the workflow and reliability of the repurchase process. This improvement fixes the issue and ensures smoother operation without interruptions.

Created: October 9, 2025

Bug Fix - 15989

Business Partner Email field does not get filled

Description: Fixed an issue where the email fields for a newly created business partner in the Document Dispatch environment were not automatically populated. This prevented users from sending communications via email.

Impact: Users can now create business partners without encountering issues related to missing email information, ensuring seamless communication and improved workflow efficiency.

Created: September 30, 2025

Bug Fix - 16078

Multimail Preview does not allowe the View/Change of the Subject

Description: Resolved an issue where users were unable to view or change the email subject when executing the Multimail action in Document Dispatch. This fix ensures that the email subject can now be modified as expected.

Impact: Users can now successfully view and update the email subject in the Multimail action, improving the flexibility and usability of the Document Dispatch feature. This enhancement addresses a critical functionality gap and enhances overall user experience.

Created: September 19, 2025

Bug Fix - 15827

Multidownload Creates Dispatch Entry with Status "In Preparation" Instead of Error When No Document Is Available

Description: Resolved an issue where the Dispatch Entry status was incorrectly marked as "In Preparation" when using the Multidownload feature without an available document of the specified content type. The system now correctly generates an error message and corresponding log entry when no document is available for download, ensuring accurate status updates in the Dispatch Entries.

Impact: Users will now receive appropriate error notifications when attempting to download a document that does not exist, preventing confusion and ensuring that Dispatch Entries reflect the correct status. This enhancement improves the accuracy and reliability of the document dispatch process.

Created: September 19, 2025

Bug Fix - 15828

Search Results Show Duplicate "Document Dispatch Print List"

Description: Resolved an issue where searching for Document Dispatch Print List returned duplicate entries leading to the same page. This was necessary to ensure accurate and efficient search results.

Impact: Users will now encounter a single, correct entry for Document Dispatch Print List in search results, improving navigation and reducing confusion. This enhancement streamlines the user experience and eliminates redundancy

Created: September 19, 2025

Bug Fix - 16063

Changed Email Addresses in Multimail Are Not Applied.

Description: Resolved an issue where changing email addresses in the Multimail window did not apply the new addresses. This fix ensures that the 'Change Email Addresses' action correctly updates the email addresses as intended.

Impact: Users can now successfully change email addresses in the Multimail window, improving the accuracy and reliability of email dispatches from Document Central. This enhancement resolves the previous issue of email addresses not being updated, ensuring seamless communication.

Created: September 18, 2025

Bug Fix - 16057

Change generic Report Creation Error with Actual Error

Description: Resolved an issue where a generic error message was displayed when a report attachment failed to be created in Document Dispatch. The system now provides a specific error message detailing the reason for the failure.

Impact: Users will now receive clear and precise error messages, improving troubleshooting efficiency and reducing confusion when report attachments encounter errors. This enhancement ensures better user experience and quicker resolution of issues.

Created: September 18, 2025

Bug Fix - 16039

Error when trying to setup Email Placeholder

Description: Fixed an issue where attempting to use the lookup function for the "Field" in the Email Placeholder action within the Output type setup resulted in an error. This adjustment ensures that users can now successfully open the list and select the desired field for configuration.

Impact: Users will experience improved functionality and reliability when configuring email placeholders in Document Dispatch. This fix resolves the error, enhancing user experience and workflow efficiency without introducing any known side effects.

Created: September 17, 2025

Bug Fix - 16013

Some Awaiting Job Queue entries are not processed through the job queue

Description: Resolved an issue where Dispatch entries were not updated to the correct status after issuing a reminder with a dynamic attachment mapping in Document Dispatch. This fix ensures that the status of Dispatch entries is now accurately reflected.

Impact: Users will now see the correct status for Dispatch entries, improving the reliability and accuracy of document dispatch tracking. This enhancement addresses the previous inconsistency, ensuring smoother operation and better user experience.

Created: September 16, 2025

Bug Fix - 16032

The wrong email address is used when two users send at the same time.

Description: A bug was fixed in Document Dispatch where emails were incorrectly sent to the same recipient despite different addresses being specified for each user. This issue was resolved to ensure that emails are sent to the correct recipients.

Impact: Users will now experience accurate email dispatching, ensuring that communications reach the intended recipients. This fix enhances the reliability and functionality of the Document Dispatch feature, addressing a critical flaw in email handling.

Created: September 16, 2025

Bug Fix - 15969

Business partner Email field update problem.

15969

Description: Fixed an issue where the email addresses of business partners were not displayed correctly after updating the Static Business partner page. This bug was caused by an update problem that has now been resolved.

Impact: Users will now see the correct email addresses for business partners, ensuring accurate communication and data management within the Document Dispatch system. This enhancement improves the reliability and functionality of the business partner feature.

Created: September 10, 2025

Bug Fix - 15968

Dynamic Business partner runs into error.

Description: Resolved an issue where the Dynamic Business Partner functionality in Document Dispatch was not working as expected when sending with a valid email. The bug fix ensures that the Dynamic Business Partner operates correctly without errors.

Impact: Users will now experience seamless operation of the Dynamic Business Partner feature, enhancing the reliability and efficiency of Document Dispatch. This fix eliminates the previous error, improving overall user satisfaction and system performance.

Created: September 10, 2025

Bug Fix - 15947

Performance issue when executing posting.

Description: Resolved an issue where the batch posting process for Document Dispatch took an excessively long time to complete when creating a dispatch profile for a sales invoice and configuring a static business partner.

Impact: This fix significantly improves the performance of the batch posting process, ensuring it executes within a reasonable timeframe. Users will experience faster processing times, enhancing overall efficiency and productivity.

Created: September 9, 2025

Bug Fix - 15920

Invalid Email in Dynamic Business Partner does not create an Disaptch entry when sending

Description: Resolved an issue where attempting to send a Dispatch Profile with an invalid email for a Dynamic Business Partner displayed an error message but failed to create a Dispatch entry with the status error and corresponding log message. The system now correctly logs the error and creates the appropriate Dispatch entry.

Impact: Users will now have a complete error log and status entry for Dispatch Profiles with invalid emails, improving error tracking and troubleshooting. This enhancement ensures consistency and reliability in error handling within the Document Dispatch process.

Created: September 8, 2025

Bug Fix - 15909

Attachment Not Archived to Document Central When Sending via Document Dispatch Dialog

Description: Resolved an issue where attachments added during the dialog sending process in the Document Dispatch Factbox were not being archived to Document Central. This fix ensures that attachments are correctly archived and inserted into the chosen content type.

Impact: Users will now experience seamless archiving of attachments to Document Central, ensuring better document management and retrieval. This enhancement addresses previous configuration errors, improving overall system reliability and user satisfaction.

Created: September 2, 2025

Bug Fix - 15751

Multi static business partner with data mapping not possible

Description: Fixed a bug in the dispatch profile configuration where using a multi-static business partner with data mapping resulted in only one dispatch entry being created, thus sending an email to only one recipient instead of multiple recipients as intended.

Impact: This resolution ensures that emails are now correctly sent to all specified business partners as per the dispatch profile setup, enhancing communication and functionality across various processes that utilize this configuration.

Created: September 2, 2025

Bug Fix - 15903

Missing Event when Creating an XSD Attachment

Description: Fixed an issue where the event was not triggered after an XSD attachment was generated during the sending process in Document Dispatch. This ensures that the expected event is now correctly activated post-attachment generation.

Impact: Users will now experience the correct triggering of events after an attachment is generated, improving the reliability and functionality of the Document Dispatch feature. This resolves the issue of events not being triggered, ensuring smoother workflow and accurate process execution.

Created: September 1, 2025

Bug Fix - 15611

Email Auto-Filled Extended Recipient Setup When Switching Customers and Creating Contact.

Description: A bug was fixed where switching to another customer after selecting "Contact Email Address" in the Extended Recipient Setup would cause the email address of a newly created contact to be auto-filled into the Extended Recipient Setup of a different customer. This led to email addresses from different customers being incorrectly populated in the recipient setup.

Impact: Users will no longer encounter incorrect auto-population of email addresses in the Extended Recipient Setup when switching between customers. This fix ensures that email addresses are correctly associated with the intended customer, maintaining data integrity and improving the overall user experience.

Created: August 27, 2025

Bug Fix - 15808

Can not create Business Partner

Description: Resolved an issue in the Document Dispatch environment where creating a Business Partner via the Factbox was unsuccessful. The "Create Business Partner" page would open, but no Business Partner was created after completing the process. This fix ensures that Business Partners can be created reliably.

Impact: Users can now successfully create and use Business Partners without encountering issues. This enhancement improves the stability and reliability of the Business Partner creation process in the Document Dispatch environment.

Created: August 27, 2025

Bug Fix - 15770

Output Type Settings for Download empty

Description: Resolved an issue where executing the Output Type settings action for a Dispatch Profile of Type Download resulted in an empty page. The action is now hidden as no settings are required for this type.

Impact: This change prevents confusion and improves user experience by ensuring that unnecessary actions are not displayed, thereby streamlining the configuration process for users.

Created: August 27, 2025

Bug Fix - 15616

Mismatch in Document Dispatch Factbox Between Vendor Search and Card

Description: Resolved an issue where the Document Dispatch factbox was not displayed correctly in the Vendor Card. This fix ensures that the factbox shows consistent information when searching for a vendor and selecting a vendor from the Vendor Card.

Impact: Users will now experience consistent and accurate display of the Document Dispatch factbox across different views, improving the reliability and usability of the Vendor Card interface.

Created: August 27, 2025

Bug Fix - 15683

Active/Inactive Dispatch Profile Counts in Unsent Entries Role Do Not Match.

Description: Resolved an issue in the Unsent Dispatch Entries where the numbers under "Number of Active Dispatch Profiles" and "Number of Inactive Dispatch Profiles" were not matching the actual numbers of active and inactive dispatch profiles and were randomly switching. This fix ensures that the displayed numbers accurately reflect the actual dispatch profiles.

Impact: Users will now see correct and consistent numbers for active and inactive dispatch profiles, improving accuracy and reliability in the Document Dispatch Role Center. This enhancement resolves the previously reported issue, ensuring better data integrity and user confidence in the system.

Created: August 27, 2025

Bug Fix - 15447

Delete trigger on SIM_EDS Queue Entry doesn't delete the Log Entries

Description: Fixed a bug where deleting an EDS Queue Entry did not remove the associated logs as expected. This update ensures that logs are properly deleted when an EDS Queue Entry is removed.

Impact: Users will now experience correct log deletion behavior, improving system reliability and data integrity. This resolves the issue of residual logs remaining after an EDS Queue Entry is deleted.

Created: August 27, 2025

Bug Fix - 15838

Upgrade Routine Fails

Description: The Document Dispatch Upgrade bug has been fixed. The issue was causing discrepancies between expected and actual results during document dispatch operations. The error details and callstack have been addressed to ensure accurate functionality.

Impact: Users will now experience reliable document dispatch processes, eliminating previous errors and enhancing overall system performance. This fix resolves the dispatch inaccuracies, improving user experience and operational efficiency.

Created: August 26, 2025

Bug Fix - 15554

Enable CRM Feature only working for Output Type Mail and Download

Description: Resolved an issue where Document Dispatch Interaction Log entries were not being created when using output types other than Mail or Download. This fix ensures that all specified output types now correctly generate and display Interaction Log entries.

Impact: Users will now see accurate Interaction Log entries for all output types, improving tracking and visibility of document dispatch activities. This enhancement resolves the inconsistency and ensures reliable logging across different dispatch methods.

Created: August 18, 2025

Bug Fix - 15728

New Email Dialog Placeholder Always Defaults to 1% Regardless of Existing Sequence

Description: Resolved an issue where creating a new email placeholder in the Send Dialog action of the Document Dispatch Factbox resulted in duplicate placeholders and subsequent deletion of all placeholders after an error message.

Impact: Users can now create new email placeholders without encountering duplicate entries or errors, ensuring a smoother and more reliable email dispatch process.

Created: August 14, 2025

Bug Fix - 15524

Incorrect PDF Filename When Downloading Posted Sales Invoice via Dispatch Profile

Description: Fixed an issue where the downloaded PDF of a Posted Sales Invoice had the wrong name when using the Multidownload button for a single file. The file naming convention has been corrected to ensure the PDF name accurately reflects the content when downloaded individually via the Multidownload button.

Impact: Users will now receive correctly named PDF files when downloading a single Posted Sales Invoice using the Multidownload button, improving file organization and identification. This resolves any confusion caused by previously misnamed files.

Created: August 14, 2025

Bug Fix - 15614

Attachments from First Profile Applied to New Dispatch Profile

Description: Resolved an issue in the Document Dispatch Dispatch Profiles where creating and configuring a new Dispatch Profile would incorrectly attach files from the first profile in the list.

Impact: Users can now create and configure new Dispatch Profiles without experiencing attachment errors, ensuring accurate and intended document dispatch configurations. This fix enhances the reliability and functionality of the dispatch system.

Created: August 14, 2025

Bug Fix - 15242

POST Dispatch Fields

Description: Implemented validation checks for required fields in the E-POST dispatch process. The system now ensures all mandatory information of the recipient is complete before dispatching, preventing submissions with incomplete or invalid data.

Impact: This change enhances the reliability of the E-POST dispatch process by blocking incomplete dispatches and providing clear, user-friendly error messages. It resolves issues where dispatches could fail silently or result in undefined behavior, thereby improving the overall user experience and troubleshooting efficiency.

Created: August 8, 2025

Bug Fix - 15580

Test Output Generates PDF/A-3 Instead of Standard PDF

Description: Resolved a bug in the Dispatch Profiles where the test output for the Posted Sales Invoice dispatch profile incorrectly embedded an XML and marked the PDF as PDF/A-3. The system now correctly generates the invoice as a standard PDF without embedding the XML.

Impact: Users will now receive standard PDF invoices without the unnecessary embedded XML, ensuring compliance with expected document formats and improving the accuracy of generated invoices.

Created: August 7, 2025

Bug Fix - 15615

Job queue does ot work if an delayed entry exists without any Dispatch Profile

Description: Resolved an issue where deleting a Dispatch Profile caused the Document Dispatch Job Queue to continuously retry the dispatch entries related to the Dispatch Profile, leading to the job queue becoming non-functional. Now, dispatch entries without a Dispatch Profile will be correctly set to the status error.

Impact: This fix ensures that the Document Dispatch Job Queue operates smoothly by preventing infinite retries of invalid dispatch entries, thereby enhancing system reliability and performance. Users will no longer experience disruptions due to this issue.

Created: August 7, 2025