Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use the debugger to trace and resolve the issue.

Using

...

NAV and Mobile device

  1. Start the debugger from C/SIDE.
  2. Select "Debug Next"

  3. Provoke the error from the mobile device.

  4. The debugger will now catch the error

Using NAV and Mobile Document Queue

  1. Start the Debugger from VS Codedebugger from C/SIDE.
  2. Select "Debug Next"
  3. In the client, open "Mobile Document Queue List"
  4. Locate a failed entry with (Status "Error")

  5. Select Action"Reset Document"
  6. The Status will change to to "New"

  7. Select Action "Process Document"
  8. The debugger will now catch the error

Using

...

Business Central

  1. Start the debugger from C/SIDE.Select "Debug Next"
    Provoke the error from the mobile device.
  2. The debugger will now catch the error

Using NAV 2009

  1. Start the debugger from C/SIDE.
  2. Select "Debug Next"
  3. Debugger from VS Code

  4. In the client, open "Mobile Document Queue List"
  5. Locate a failed entry with (Status "Error")

  6. Select Action"Reset Document"
  7. The Status will change to to "New"

  8. Select Action "Process Document"
  9. The debugger will now catch the error

...