Versions Compared

Key

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

Problem

You encounter the following error when attempting to select a different Lot no. than defined on the Line.


Warning
The entered Lot Number 'x' is not valid. The expected value is 'y'


Solution A: Change the warningType from Block to Warn

Add the following attribute to the "Standard" workflow.

Code Block
validationWarningType="Warn"


This will enable to using to change the Lot but receive a warning when doing so.

Use the "None" value if the warning should be omitted as well.


Solution B: Do not define a Lot No.

Instead of sending the mobile app a Lot no., send no value.

This will make the app allow different Lot numbers to be entered and the line split into several different picks.


How to enable


Modify object Codeunit 6181388 "MOB WMS Toolbox".

Comment out the following line.