...
...
Use the document queue to inspect the XML data being sent to and from the Mobile devices. Also, error call stacks can be found here.
Overview
Table of Contents | ||||
---|---|---|---|---|
|
Use case
During development, you may need to:
- Inspect the values are available in the XML request you are reading
- Know whether your code has taken effect
Flow
- It is always Mobile that initiates the communication with a Request
- Business Central is always the responding party
Inspect Mobile XML Communication
Go to the "Mobile Document Queue"-page.
...
...
...
...
...
...
...
Inspect Error Call Stack and Debug
When a request ends in Status: Error, it will remain so until it succeeds. Subsequent attempts from mobile will only attempt to re-process this original request.
You can use this to inspect the Call stack and initiate debugging.
Go to the "Mobile Document Queue"-page.
- Select the latest Document with Status = Error
- Select Document > Show Response XML
or - Select Process > Process Document
You can also re-run the process and get the error on the screen
...