Allow searching for sqlspid in activity search
Activity Search does not allow you to search for the SQL SPID, the column is not taken into account when looking for results. It would be very important to have this information when trying to debug sql blockings. Often, the headblocker is not visible in the active queries just its victims. Ma...
Provide Client telemetry for D365 FO Web Client
Right now, it is challenging to track delays induced by bad network behavior or bad client systems for the F&O web client, specifically:
- Latency on the network level
- Latency due to browser rendering
- Memory pressure on the client
- CPU pressure on the...
STATUS DETAILSNew
Introduce a standard pattern for DLL/assembly isolation (AppDomains)
Right now, all DLL dependencies (.NET assemblies) in a D365 package get loaded into the same process space as the whole AOS server. This has several drawbacks as it leads us in a DLL hell. If a DLL is included by the AOS or any default package, one must not add another version of the DLL, espe...
Enhance FormRun telemetry with customization information
Current FormRun telemetry is too limited in the information it provides. To make more effective use of it, please add customization information:
- Is a saved view applied?
- If so, which one, and on which level (personal or shared) was the view cr...
STATUS DETAILSNew
Provide the BrowserSessionActivityId on the X++ level
Right now, the Browser Session Id is not available on X++, at least not consistently, or it isn't documented adequately how to get this information. When trying to track processes, especially for telemetry purposes, this information would be helpful, as it connects various individual Server-si...