Introduction to troubleshooting Dynamics 365 Operations Mobile Application


My initial impression Coming into the mobile app, was when I'm publishing cellular workspaces, and then running them on my mobile device, that the majority of the code has been running on the mobile device, and that I'd have to do something fancy to find out exactly what it was doing.

This was completely Wrong! All X++ logic is still about the AOS (sounds clear now!) , the cell program is just displaying results back to the user. This means my first tip is to use Trace Parser to trace what the program is doing exactly the like looking at a problem in the browser, the trace will show X++ running, SQL queries, timings etc..
To read more - https://bit.ly/2HMLszD




Comments