...
You can use the debugger to trace and resolve the issue.
Using
...
NAV and Mobile device
- 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 and Mobile Document Queue
- Start the Debugger from VS Codedebugger 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 to "New"
- Select Action "Process Document"
- The debugger will now catch the error
Using
...
Business Central
- 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 C/SIDE.
- Select "Debug Next"
- Debugger from VS Code
- In the client, open "Mobile Document Queue List"
- Locate a failed entry with (Status "Error")
- Select Action"Reset Document"
- The Status will change to to "New"
- Select Action "Process Document"
- The debugger will now catch the error
...