Redigera

Dela via


AppSourceCop Error AS0058

Only use AssertError in Test Codeunits

Description

Only use AssertError in Test Codeunits.

Remarks

AssertError must be used only in test codeunits, because it creates its own transaction scope. This can lead to unexpected behaviors when used in production code.

For more information about the usage of AssertError, see:

AppSourceCop Analyzer
Get Started with AL
Developing Extensions
CodeCop AA0161