Description
When registering, I want to Exceed the Quantity sent to the mobile Device.
The device says:
"You cannot register more then x for this item"
Parameters
Modify the following following Line parameters:
- overDeliveryValidation
- underDeliveryValidation
The options are:
- None
- Allow the user to enter a different value than the one suggested.
- Allow the user to enter a different value than the one suggested.
- Warn
- Warn the user if an other value than the suggested is entered. Allowing the user to change it by accepting the prompt.
- Warn the user if an other value than the suggested is entered. Allowing the user to change it by accepting the prompt.
- Block
- Do not allow the user to enter a different value than the suggested value.
Determines the behavior when the maximum value is exceeded.
These are defined in the OrderLines response from the BackEnd.
How to modify
Business Central
Use the "OnAfterSetFrom"...-events i.e.:
OnGetReceiveOrderLines_OnAfterSetFromAnyLine
And the relevant functions i.e.:
- Set_UnderDeliveryValidation
- Set_OverDeliveryValidation
NAV
Modify Codeunits:
- MOB WMS Toolbox
- Or the respective functional area Codeunit, i.e. Count, Pick etc.