...
I receive an error message on the mobile device, which originates in NAV/BC.
Solution
You can use the debugger to trace and resolve the issue.
Using Business Central
See Debugging
Using NAV 2013 R2 - 2018
- Start the debugger from C/SIDE.
- Select "Debug Next"
- Provoke the error from the mobile device.
- The debugger will now catch the error
Using
...
NAV 2009
- Start the Debugger from VS Code
- In the client, open "Mobile Document Queue List" Locate a failed entry with (Status "Error")
- Select Action"Reset Document"
- Select Action "Process Document"
- The debugger will now catch the error
...
- 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"
- The debugger will now catch the error
...