You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 34 Next »
Error messages are supported everywhere.
Simply perform the “ERROR()” command in NAV and the message will be shown on the scanner.
When a warning is wanted, the string ”ForceWarning” can be prefixed to an Error message.
IF NOT Force THEN BEGIN ERROR('ForceWarning:' + STRSUBSTNO(MobWmsLanguage.GetMessage('QUANTITY_ERR'),Quantity,ActualQty)); END;
Note
"ForceWarning" feature is only supported on the initial answer sent to the mobile device.
So in OrderLines scenario, the warning is done in Codeunit TF Mobile WMS Order Locking