-
Continue reading →: Cumulative Update Summary July 2020
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…
-
Continue reading →: How to find Table Relation in Business Central.
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…
-
Continue reading →: How to Implement Interface in Business Central
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…
-
Continue reading →: Cumulative Update for Business Central Wave 1 2020
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: Test the cumulative update in a non-production environment.…
-
Continue reading →: Cumulative Update for Business Central June 2020
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…
-
Continue reading →: Events vs Interface :- Business Central
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…
-
Continue reading →: Cumulative Update Summary June 2020
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…
-
Continue reading →: How to bookmark Page/ Report in Business Central
Today just one simple feature for business central. If you remember correctly in classic version we had ability to add shortcut for your favorite screens or report Now in business central also we can do that by bookmarking them for easy navigation. How to do that Hope this will help…
-
Continue reading →: How to view database locks in business central
Do you remember this screen from classic client where in we can find who has locked whom. Once we get blocking id then we try to kill those sessions using sql command . How to view such detail in business central. This view detail information like which object id and…