Description
On Planned Functions, Order Lines page the "Quantity" for a line is always collected.
Default behavoiur is the suggest a Quantity the user can accept, but this can be modified.
Use case
Force the user enter a Quantity by omitting suggestion and just display "0" (zero).
Solution 1 - Config file
Edit the suggestQuantity parameter.
Solution 2 - Back-end
Modify the response.
- When the lines are transferred to the mobile device
- Omit the quantity and send out zero instead
- See also Order Lines GetOrderLines Response