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

Stefano Demiliani

Author: Stefano Demiliani

Share This Post On