Set up
- In NAV/BC we deal with users and not devices.
- You should create five NAV/BC users and assign them as Warehouse Employees with the appropriate locations.
User vs. Device
- Any User can use any device.
- All transactions are logged in “Mobile Document Queue”.
- User name And Device ID
Filtering
...
Concurrency
- All users can process orders simultaneously
- However, One order can only be processed by One user at One time. Once the user can left the order, it can be processed by another right away.
...
Description
The system is 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