Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

I want to control whether the app displays a Quantity or not.

...

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

...