Versions Compared

Key

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

...

  • Request = Data from mobile device  BC.
  • Response = Data from BC to → mobile device.


How to use it


Step 1:

Go to to the "Mobile Document Queue"-page page.

Use search and type "doc q"


Step 2:

  • Select Document 
    1. Select Show Request XML
      or
    2. Select Show Response XML


For examples, a



Commonly the request is most interesting for development

The request will give you an overview of which values are available to you and what they are named.


Code Block
languagexml
themeEclipse
titlePost Request
<?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>

...