...
- overDeliveryValidation
- underDeliveryValidation
The options are:
None
Allow the user to enter a different value than the one suggested.
Warn: User is allowed to register a higher/lower value
Warn: Warn the user if
anothera higher/lower value than
thesuggested is entered.
Allowing the user to change it by accepting the prompt.
BlockDo not allow the user to enter a different value than the suggested value.User must accept the prompt
Block: User is not allowed to register a higher/lower value. A error message is displayed
Determines the behavior when the maximum value is exceeded.
Using overDeliveryValidation-options that will allow over-delivery will affect the mobile device only, The BC backend will need to allow over-delivery as well i.e. you must be able to process overdelivery from the backend when no mobile devices are used to process the posting. Only recent BC versions support this. For older versions, customization to the backend is needed.
...