BCPT Handled event in AddLogEntry
In codeunit 149005 "BCPT Line" , there is the function:
internal procedure AddLogEntry(var BCPTLine: Record "BCPT Line"; Operation: Text; ExecutionSuccess: Boolean; Message: Text; NumSQLStatements: Integer; StartTime: DateTime; EndTime: Datetime)
I...
AL Explorer: Refresh cache when downloading symbols
- Issue
When you modify symbols (add/delete) in .alpackages folder the AL Explorer doesn't update which can lead to confusement since the developer thinks that AL exlorer shows the CURRENT Symbols in the .alpackage folder.
2. To Reprodu...
Better Lock Timeout Tracking With Tri-State Locking
Before tri-state locking we could trouble shoot lock timeouts via telemetry by combining events 'RT0012 - Database lock timeout' and 'RT0013 - Database lock snapshot'.
When we do this we get the information from the victim process and the blocker/perpetrator process.
The...