Versions Compared

Key

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

...

  • Avoid selling specific Items which are already picked, but not yet posted by warehouse worker.
  • Perform unplanned counts while respecting current picks/put-aways.


Tip

Unposted data can be changed by the mobile user at any time.

...

A request with the attribute 'clearOrderLines' is sent. 


This action is used 


How to enable in Mobile Configuration File

Android


Step 1

Modify the Mobile Configuration File, add the following

...

Code Block
languagexml
...<!-- Service for managing Pick Orders -->
 
<liveUpdate>
  <orderLineRegistrations enabled="true" requestDocumentName="RegisterRealtimeQuantity"/>
</liveUpdate>

...


Business Central implementation

The “Realtime” registration data is stored in a separate table “MOB Realtime Reg Qty.” as they are received. From here the data for all mobile devices can be accessed from your customization.

These registrations are only stored for validation purposes and never used in the actual posting. The registrations to be posted are still received with the Post-request when posting the document and stored in “MOB WMS Registrations” as usually.