Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Description

When registering, as default behavior, you will be warned or blocked, when exceeding or registering less than the Quantity sent to the mobile Device.


The device says:

"You cannot register more then x for this item"


Parameters

Modify the following Line parameters:

  • overDeliveryValidation
  • underDeliveryValidation


The options are:

  • None
    • Allow the user to enter a different value than the one suggested.

  • Warn
    • Warn the user if another 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.

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.

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.
  • No labels