Problem
I receive received an error message on the mobile device, which originates originated in NAV/BC.
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"
Provoke the error from the mobile device. - The debugger will now catch the error
Using Business Central
- Start the Debugger from VS Code
In the client, open Open "Mobile Document Queue List" page - Locate a failed entry with (Status "Error")
- Select Action"Reset Document"
The Status will change to "New" - Select Action "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"
- In the client, open "Mobile Document Queue List" Locate a failed entry with (Status "Error")
- Select Action"Reset Document"
- The Status will change to "New"
Select Action "Process Document"Provoke the error from the mobile device - The debugger will now catch the error