...
Once the service is set up, the page can be set up as follows to dictate define in which order, the online request should be made.
...
The <lineSelection .../> element can be setup set up in three ways:
- LocalFirst - Use the scanned barcode to search for an order line locally, and if no match was found, a request is made to the backend
- LocalOnly - Only search locally for an order line match
- OnlineFirst - Send a request to the backend first, and if that did not result in any order line match, search locally
See Order Lines Mobile Configuration
...