The request is likely most interesting for development. The request will give you an overview of which values are available to you and what they are named.
...
language | xml |
---|---|
theme | Eclipse |
title | Request example |
...
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.
Column | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Overview
|
Column | ||
---|---|---|
| ||
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.
- Select Document
- Select Document > Show Request XML
or - Select Document > Show Response XML
- Select Document > Show Request XML
...
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
...