Versions Compared

Key

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

...

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

  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

...

2009

  1. Start the debugger 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 "New"
  7. Select Action "Process Document"
  8. The debugger will now catch the error

Using Business Central

    Start the Debugger from VS Code
  1. In the client, open "Mobile Document Queue List"
  2. Locate a failed entry with (Status "Error")
  3. Select Action"Reset Document"
  4. The Status will change to "New"

  5. Select Action "Process Document"
  6. The debugger will now catch the error

...