Skip to main content

Posts

Showing posts from December, 2018

Upgrade to Microsoft dynamics 365 Business Central

Microsoft dynamics 365 Business Central Customization in Business central: 1) Coding will be done in visual studio code with AL Code Extension. 2) Support v2 Extension. Upgrade steps: First Option https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrading-to-business-central. Second Option Regarding data migration, use Configuration Packages (Rapid Start), exporting data from NAV and importing into BC via XLS. In some scenarios where data to load has a very high volume, it is recommended to use different ways such as loading data using web services or APIs. Follow below link https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrading-the-data Regarding customizations, all must be translated/recorded into Extensions with AL. The following steps are: 1) Convert all customized .txt objects into .al objects but one condition is compulsory i.e. “take all the customized code into events/subscriber”. Generate de...