KMKasper Mørchinbusinesscentral.kaspermoerch.dk·Jun 22, 2023 · 2 min readHow to test for errorsNot all test scenarios should have a positive outcome (sunny path). Sometimes we want to test that a certain scenario fails with an error (rainy path). The challenge is that the nature of tests in the Business Central Test Framework is that errors re...00
KMKasper Mørchinbusinesscentral.kaspermoerch.dk·Dec 23, 2021 · 2 min readInstalling the Test ToolkitThere are several options for installing the Test Toolkit in a Microsoft Dynamics 365 Business Central container. Which option is available to you depends on whether you are creating a new container or you already have one up and running. Include Tes...00
KMKasper Mørchinbusinesscentral.kaspermoerch.dk·Dec 20, 2021 · 1 min readSetting up CC and BCC Email RecipientsEdit as of May 16th, 2024:With the release of Business Central 24, the discontinuation of Microsoft Invoicing is now complete, meaning this approach is no longer supported. It is possible to add one or more CC or BCC addresses when sending emails fro...00
KMKasper Mørchinbusinesscentral.kaspermoerch.dk·Dec 9, 2021 · 1 min readSpecial Characters in TranslationsIf special characters are not shown correctly in the Windows client, it might be because the objects were compiled with the wrong code page. To fix this you need to run C/Side with the unicode paramter: finsql.exe unicode=1 Then open the relevant dat...00