Dynamics 365 Business Central and TryFunctions: be careful!
I think that most of you know what Try methods are in the Dynamics Business Central (and Dynamics NAV too) world. Try methods in AL enable you to handle errors that occur in the application during code execution. You can declare a Try method by using the TryFunction attribute as follows:
[TryFunction] procedure MyTryFunction()
The official documentation about TryFunctions says the…
Continue Reading demiliani’s Article on their blog
Dynamics 365 Business Central and TryFunctions: be careful!
I think that most of you know what Try methods are in the Dynamics Business Central (and Dynamics NAV too) world. Try methods in AL enable you to handle errors that occur in the application during code execution. You can declare a Try method by using the TryFunction attribute as follows: [TryFunction] procedure MyTryFunction() The…
Blog Syndicated with demiliani’s Permission
More About This Author
Array
Business Central2023.03.27Azure Logic Apps: KQL for having an overview of your scheduled workflows
Business Central2023.03.21Dynamics 365 Business Central and .NET 6
Business Central2023.03.14Dynamics 365 Business Central 2023 Wave 1 release: hidden AL gems for Power Platform integrations
Business Central2023.03.06Introducing Copilot for Dynamics 365 Business Central