Custom Code Tracing & Exception Logging in Dynamics 365 v.9
Views (720)
As a Solution Architect I often review Microsoft Dynamics 365 custom server and client side code. One of the most common rejects regards tracing and exception handling mechanisms, or their absence. Some code constructs may have empty Try/Catch blocks or none at all, other catch exceptions and just re-throw. As for tracing, code often contains […]

Like
Report
*This post is locked for comments