Problem
I want to control whether the app displays a Quantity or not.
...
Description
On Order Lines (planned function) 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).
How to set it up
Solution 1 -
...
Modify Mobile Configuration
This can/should be coordinated with Tasklet Factory, service desk.
Edit the suggestQuantity parameter.
- See
...
Solution 2
...
-
...
Modify Line Response
When the lines are transferred to the mobile device
...
, modify the response by omitting the quantity and send out zero instead
...