1
I often find myself raising errors the "old way with Error('some error message'); just because its so much easier to type.
The idea is to create a wrapper codeunit with all the procedures build in a way that every aspect of the ErrorInfo type is optional via parameters, and every function will return the ErrorInfo type.
That way we can easily create an ErrorInfo object inline without the need to create long functions.
https://github.com/microsoft/BCApps/issues/1484
STATUS DETAILS
New