
With the different code actions it is very easy to convert your long code into procedures. Just a small tip to convert to your long code into smaller procedures.
To enable to code actions

Hope this will help you.
Stay tuned for more.

With the different code actions it is very easy to convert your long code into procedures. Just a small tip to convert to your long code into smaller procedures.
To enable to code actions

Hope this will help you.
Stay tuned for more.

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
Business Central Spring Release (BC14) :- CU14
Warning
Before you install a cumulative update in a production environment, take the following precautions:
Stay tuned for more updates…

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.
For More information on Planned features please check this link
What New and Planned for Dynamics 365 Business Central
Hope this will help you
Stay tuned for more updates.

Cumulative Update includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV.
Microsoft Dynamics NAV 2018 CU 31 :- NAV2018CU31
Microsoft Dynamics NAV 2017 CU 44 :- NAV2017CU44
Microsoft Dynamics NAV 2016 CU 57 :- NAV2016CU57
Warning
Before you install a cumulative update in a production environment, take the following precautions:
Stay tuned for more updates…

With the release of business central new property is introduced to find the table relation of given field. This property is called as’ Relation’ which returns integer value
Lets see how we can find that .
To make it created one page extension and added one action button to display the value of table of given field.

If you see the highlighted area where in I have used relation property to find table id of CITY field of customer table.
Output of this simple code as follows
Hope this will help you
Stay tuned for more..

With the release of Business Central Wave 1 2020 new feature was introduced called ‘Interface’. It is basically syntactical contract that can be implemented by a non-abstract method. This allows for writing code that reduces the dependency on implementation details, makes it easier to reuse code.
Today we will see how to write an interface and implement in Business central.
For defining interface we no need to have object id.

If you can see in above interface we just define method but not programmed any business logic.
Now Lets see how to implement interface.
Added new code unit which implements the defined interface.

For checking the result of interface created following page with one function.


Above function to initialize the interface.
Lets check the result of interface.


Hope this will help you to understand interface and implementation.
To understand more on differentiate between events and interface read Interface Vs Events..
Stay tuned for more…

Cumulative Update includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics Business Central
Business Central Wave 1 2020 (16.2) :- 16.2
Warning
Before you install a cumulative update in a production environment, take the following precautions:
Stay tuned for more updates…

Cumulative Update includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics Business Central
Business Central Wave 2 2019 (BC15) :- CU 15.7
Business Central Spring Release (BC14) :- CU13
Warning
Before you install a cumulative update in a production environment, take the following precautions:
Stay tuned for more updates…

While working on new baby ‘Interface’ identified few difference between Events and interface.
| EVENTS | INTERFACE |
|---|---|
| Select Events to Subscribe. Subscription optional. | All Methods are mandatory defined in interface code unit and need to implement all |
| Used to react | Used to Invoke. |
| Extensibility for few methods or functions | Extensibility for many methods. |
| All Subscribers are invoked | Only single code unit is invoked. |
| Can Invoke Interface. | Can bind events. |
Hope this will help you..
Stay tuned for more.

Cumulative Update includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV.
Microsoft Dynamics NAV 2018 CU 30 :- NAV2018CU30
Microsoft Dynamics NAV 2017 CU 43 :- NAV2017CU43
Microsoft Dynamics NAV 2016 CU 56 :- NAV2016CU56
Warning
Before you install a cumulative update in a production environment, take the following precautions:
Stay tuned for more updates…