...
Case
The customer wants to gather statistics about picks, for example; how many picks are processed, how many lines per pick, and the time of each pick.
Options in NAV/BC
We have som some raw data that you can use for this.
Communications - (Development and debugging)
Every request and response is stored in the table "MOB Document Queue".
Use the page "Mobile Document Queue List" to view the XML sent from and to the mobile app.
See also How-to: Use Document Queue to inspect XML
Locking - (Orders currently open)
The currently locked orders are available in the table "MOB Order Lock".
Order Registrations - (Data debugging)
Data of the registrations created on the mobile device is kept available in the table "MOB WMS Registration".
...