Skip to main content

Microsoft Dynamics Business Central Cumulative Update Summary - May 2022.

 Hello Readers,

Microsoft Released Cumulative Update for May 2022 for Business central 14, 18 & 19.

Please find below the details of Cumulative Updates Released for Microsoft Business Central 14, 18 & 19.

Below are the Links to Download the Latest Cumulative Update.

#msdyn365bc14, #msdyn365bc18 #msdyn365bc19

1. Title - Cumulative Update 19.7 for MSDYN365BC 2021 Wave2 Update on-premises (BC19)

  Application Build No. - 19.7.39830

  Platform Build No. - 19.0.39770

  Local versions - AT,AU,BE,CA,CH,CZ,DE,DK,ES,FI,FR,IS,IT,MX,NL,NO,NZ,RU,SE,UK,US

  Details of Update

  Download Link

  Docker Pull Request - Get-BCArtifactUrl -type OnPrem -version 19.7 -country w1

  ** Replace w1 with local version that you need.


2. Title - Cumulative Update 18.13 for MSDYN365BC 2021 Wave1 Update on-premises (BC18)

  Application Build No. - 18.13.39821

  Platform Build No. - 18.0.39769

  Local versions - AT,AU,BE,CA,CH,CZ,DE,DK,ES,FI,FR,GB,IN,IS,IT,MX,NL,NO,NZ,RU,SE,US,W1

  Details of Update

  Download Link

  Docker Pull Request - Get-BCArtifactUrl -type OnPrem -version 18.13 -country w1

  ** Replace w1 with local version that you need.


3. Title - Cumulative Update 35 for Microsoft Dynamics 365 Business Central April'19 on-premises (BC14)

  Application Build No. - 14.36.48675

  Platform Build No. - 14.0.48664

  Local versions included - AT,AU,BE,CA,CH,CZ,DE,DK,ES,FI,FR,IS,IT,NA,NL,NO,NZ,RU,SE,UK,W1

  Details of Update

  Download Link

  Docker Pull Request - Get-BCArtifactUrl -type OnPrem -version 14.35 -country w1

  ** Replace w1 with local version that you need.


Platform Hotfix in Business Central 19 -

  • 428090 - The client applies wrong filters when selecting the option data type as numeric.
  • 428202 - The cross-column search generates incorrect result set in lists when there are columns with one single character.
  • 428708 - The client stops working when using the CalcFormula Exist method.
  • 430054 - The client crashes when referencing a record array from the protected variables section as a field expression on a page extension.
  • 430180 - "The SourceExpr for report control 'xxx' is not valid. The following error occurred: Object reference not set to an instance of an object" error message in the Reporting Extensions.
  • 430672 - Field validation is not working and the user data entered is deleted when selecting outside a field.
  • 430890 - Issue with Enum Interface Implementation with SaveValues on pages.
  • 431554 - Fix the issue with the OData change tracking functionality.
  • 431581 - Recompile the Base Application so the latest changes in the compiler can be applied.
  • 431604 - The "Go to Today" option in the Date Picker does not work in all date picker fields.
  • 431703 - Fix the emitted telemetry events (RT0020 and RT0021).
  • 431994 - The Office Add-In Business Inbox in a multi-tenant environment connects to one Office 365.
  • 432209 - Records from a Linked Table are not loaded correctly when the Partial Records feature is enabled.
  • 433474 - Fix data duplication for decimal types when using the Export to Excel (Data Only) action.
  • 433722 - Error exists during the synchronization when the app is listed as a target in the migration.json file.

Platform Hotfix in Business Central 18 - 

  • 429338 - The "Go to Today" option in the Date Picker does not work in all date picker fields.
  • 431599 - Records from a Linked Table are not loaded correctly when the Partial Records feature is enabled.
  • 433250 - Error exists during the synchronization when the app is listed as a target in the migration.json file.

Platform Hotfix in Business Central 14 - 

  • 432594 - The Windows client crashes after an Office Update removes the registry keys.

Comments

Popular posts from this blog

Dynamics 365 Business Central - Key Board Shortcuts for Quick actions

We all are very much familiar with the Dynamics NAV shortcuts to do day to day transactions but what about the Business Central.  Below are the Key Board Quick reference shortcuts for some of the most used actions.  Blog Referenced to Microsoft Post. here

COMMENT AND UNCOMMENT MULTIPLE LINES OF C/AL CODE IN NAV 2015

We can add and remove comment marks manually for each line till now. But from now the Comment Selection and Uncomment Selection options available in the Edit menu. The Comment Selection and Uncomment Selection options enable you to comment or uncomment multiple lines of code all at once.   To comment lines of code, select the lines, and then, in the Edit menu, choose Comment  Selection ( Shift+Ctrl+K ). To uncomment lines of code, select the lines, and then choose Uncomment Selection               ( Shift+Ctrl+O ).

Location wise User access to post the inventory transaction

In Dynamics NAV, if you are using the warehouse functionality like warehouse receipt and warehouse shipment then you have an option to define the location wise user access but what if you are not using warehouse functionality and just doing inventory transaction. One of my client had a same scenario, they have multiple branches and keeping stock over there. now the problem was any branch employee can post the inventory in other branch location if the user has the inventory posting rights. Their requirement to stop the user to post the inventory in other location and restrict them only to their assigned location. Below is the solution we implemented and it worked...!!! Create New table Called "Location Employee" with User ID and Location Code field so here you can assign the User ID against the location code. it could be single or multiple. Once this defined, you need to write small code under codeunit 21 - Item Jnl.-Check Line under Runcheck function to find the rel...