Cumulative Update includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics Business Central
MS Dynamics Business Central 2020 Wave 1 (BC16) :- CU 16.5
MS Dynamics 365 Business Central 2019 Release Wave 2(15.10) :- CU 15.10
Cumulative Update includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics Business Central
MS Dynamics Business Central 2020 Wave 1 (BC16) :- CU 16.4
MS Dynamics 365 Business Central 2019 Release Wave 2(15.9) :- CU 15.9
Looking at the subject there are lot of blogs available but I am writing this based on one of the request from my colleague.
Everybody aware of that whenever you developed an app it need to be extensible and if anybody would like to add or modify any field or additional routing we need to have events which can extend the base functionality.
Step 1 :- Simple Quick action to add event in Business Central
Next step will be we can subscribe the event and add you own code.
It is so simple to add custom event in AL and allow other to extend your functionality.
This blog post I am writing based on request of one of the follower.
Even though notification is not new business central world but today we will see how we will write custom notification and get notified for certain validations.
To create notifications I added following simple scenario that when my page get opened it should show some notification.
Lets see how we can do this.
To generate this notification I have used customer list page and subscribe on OnOpenPageEvent to execute my notification.
In this notification whenever page will get open it will show notification and whenever user click on Contact Us it will redirect to my blog.
Once this piece of code is published and as soon as customer list page opens you will see the result of notification as below
Cumulative Update includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics Business Central
MS Dynamics Business Central 2020 Wave 1 (BC16) :- CU 16.3
MS Dynamics 365 Business Central 2019 Release Wave 2(15.8) :- CU 15.8
By writing this I feel that clock is running faster and till the time we are utilizing the features of Wave 1 2020 more new features are planned and about to release in upcoming version Wave 2 2020.
There are plenty of features are planned for Wave 2 2020 but will list here what are the features I am looking for.
Database access intent changed to read-only for frequently used reports As business required faster access to the information so to speed up default database access change to Read-only.
Notify users of high-risk changes in selected setup fields :- This features means we can make list of fields from master table and get notified when someone changes.
Business Central in Microsoft Teams :-Integrate Microsoft team with Business Central.
Page Inspector supports temporary tables :- With this update, the inspection pane now displays valuable record information also for pages that are implemented to use temporary tables. Information about the current record is displayed in a consistent way and is not different from inspecting pages that use physical source tables.
Data audit system fields are added to every table :- Four New Field will be added in every tables to track the transactions log.
SystemLastModifiedOn
SystemLastModifiedBy
SystemCreatedBy
SystemCreatedOn
Attach to user session when debugging in sandbox :-Currently, when you debug with the Visual Studio Code AL debugger, you cannot attach to a user session, making it much harder to troubleshoot issues that are dependent on users and user permissions. This feature enables attaching to an active user session on the sandbox.
Debug extension installation and upgrade code :- It is currently not possible to debug extension install or upgrade code by just adding breakpoints and deploying a new application. Instead, some workaround is required to manually trigger the install and upgrade code, possibly commenting out upgrade tags and so on, making it tedious to properly test install and upgrade during development, as well as to troubleshoot issues.
For More information on Planned features please check this link
Cumulative Update includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics Business Central
Cumulative Update includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics Business Central
Business Central 2019 Spring Update CU 12 :- BC 14
Business Central 2019 Fall Release Wave 2 :- BC2019Wave2
Warning
Before you install a cumulative update in a production environment, take the following precautions:
Test the cumulative update in a non-production environment.
Make a backup of the system or computer where the cumulative update is to be installed.
Cumulative Update includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics Business Central
Business Central 2019 Spring Update CU 11 :- BC 14
Business Central 2019 Fall Release Wave 2 :- BC2019Wave2
Warning
Before you install a cumulative update in a production environment, take the following precautions:
Test the cumulative update in a non-production environment.
Make a backup of the system or computer where the cumulative update is to be installed.
A core part of extension-based development is the use of events and event subscribers. Use the new Shift+Alt+E shortcut in the AL code editor to invoke a list of all events.