Versions Compared

Key

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

...

  • A request is issued after each registration is completed
  • When a registration is modified a request with 'clearOrderLines' attribute is issued 

How to enable

Android


Step 1

Modify the Mobile Configuration File, add the following

...

Code Block
languagexml
<!-- SERVICES -->


<services>
...
 
<service id="Pick" type="Order" orderType="Pick" operationMode="OnlineWithLiveUpdate">
  <requests>
    <getOrders>GetPickOrders</getOrders>
    <getOrderLines>GetPickOrderLines</getOrderLines>
    <postOrder>PostPickOrder</postOrder>
    <liveUpdate>RegisterRealtimeQuantity</liveUpdate>
  </requests>
</service>



Step 2

  • Make sure to add a "Mobile Document Type"
    • with the name of your registration type (i.e. 'RegisterRealtimeQuantity' in the example)
    • that is attached to the correct "Mobile Group"'s



Windows 


 Modify the app.config file

...