How to Debug
Problem
I received an error message on the mobile device, which originated in NAV.
Solution
You can use the debugger to trace and resolve the issue.
Business Central
See Debugging
NAV
Debug using re-processing Mobile Documents
You can re-process failed mobile documents from the Mobile Document Queue List :
- Start the debugger from C/SIDE.
- Select "Debug Next"
- Open "Mobile Document Queue List" page
- Locate a failed entry with (Status "Error")
- Select "Reset Document"
- Select "Process Document"
The debugger will now catch the error
Debug Webservice requests before processing
This method requires
- NAV 2013R2 - 2018
- A mobile device to be connected to the environment you are debugging.
- Start the debugger from C/SIDE
- Select "Debug Next"
- Provoke the error from the mobile device
- The debugger will now catch the error