Description
Mobile WMS are not designed for multiple users working on the same document and the same time.
Instead, "order locking" is used.
This makes it clear that an order is currently being processed by another user.
Concurrency is possible
Should you want to process a document by multiple user at the same ting, the document can be manually released and other users can post simultaniously.
However, errors will occur if a user tries to handle an already processed line.
Tips for working multiple users on one document
- Agree on who does what in the real world
- I.e. user A selects lines from the top of the list. User B selects lines from the bottom
- Both users should post continuously
- Posting updates the lines for the posting user
- The other user will get an error if they subsequently try and handle that line