Versions Compared

Key

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

Description

...

For example, Unplanned Move will display the "Item No." and "Quantity" that was handled.

Processing Time

The time it took Business Central to process this Mobile Document.

...


View XML Request and Response

Two large text fields display the current entry's Request and Response XML.

...

  • Select Document > Show Request XML
  • Select Document > Show Response XML


Example of Request XML 

The request Request is likely the most interesting for development. The request will give you an overview of which values are available to you and what they are named.Here are a number of fields i.e. "MyDate", "MyText" visible in their names.

E.g. this is a request for an Unplanned Function named called "MyUnplanned with fields like "MyDate" and "MyText".

Code Block
languagexml
themeEclipse
titleRequest example
<?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<MyDate>14-02-2020</MyDateStep>
    <MyTextStep>2</MyTextStep>MyDate>
    <MyDecimalStep>4</MyDecimalStep>
    <RegistrationType>MyUnplanned</RegistrationType>
  </requestData>
</request>

...

..


View Mobile Registrations

These registrations are the result of the from mobile user users performing order line registrations, step by step. See  Receiving Order Lines.

...

  • One item is using Lot no. tracking and another Serial no.
  • All the registered quantities, units, actions, etc. can be inspected.

...


View Mobile Device Properties

...