You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 10 Next »
Use the document queue to inspect the XML data being sent to and from the Mobile devices.
During development it can be very useful to inspect the XML to know:
Due to the nature for Webservices the flow is as follows:
Go to to the "Mobile Document Queue"-page
For examples, a request will give you an overview of which values are available to you.
<?xml version="1.0" encoding="utf-8"?> <request name="PostAdhocRegistration" created="2020-02-14T15:24:24+01:00" xmlns="http://schemas.microsoft.com/Dynamics/Mobile/2007/04/Documents/Request"> <requestData name="PostAdhocRegistration"> <MyDate>14-02-2020</MyDate> <MyText>2</MyText> <MyDecimal>4</MyDecimal> <MyDateStep>14-02-2020</MyDateStep> <MyTextStep>2</MyTextStep> <MyDecimalStep>4</MyDecimalStep> <RegistrationType>MyUnplanned</RegistrationType> </requestData> </request>