How to Extract BC 365 Base App using artifacts

Probably most of you already know that with the Dynamics 365 Business Central 2019 Wave 2 release, we have the ability to modify the Base App. But to extract Dynamics 365 Business Central Base App as .al files that would compile might be quite difficult. As you have probably noticed, picture/image functionality on Docker is becoming outdated in Business Central 365 latest releases.

Source : Simplanova
Read more…

Blog Series Part 5 Calling Base Function for AL in MSDYN365BC.

I have added Codeunit ISI Events to call the subscriber.

IsCustomerExist will first check if contact exists or not, if it doesnot exist then it will proceed further and create contact and function CreateCustomer will create new customer and select the default template from General ledger Setup table.

Source : Divyesh Chitte
Read more…

How Sync-NAVApp saved the discrepancies in the field in Business Central Extension Vs. Base App

While Business Central upgrades from Version 14 to Version 15, there are few deprecation and additions done by Microsoft to the Base Application. These deprecation are good in terms of getting better systems as it upgrades.
The drawbacks of Deprecation is that your App needs to be upgraded as well as it use BaseApp as reference.

Source : Olister Rumao
Read more…