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 2 Next »

Problem

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


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.

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.


  • No labels