Versions Compared

Key

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

...

Create the following (non-local) function "RC_SetOnlineValidationName" in codeunit "MOB WMS Conf. Tools"

Code Block
RC_SetOnlineValidationName(_Name : Text)
OnlineValidationName := _Name;

...