Versions Compared

Key

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

...

Next the script retrieves the current order number from the instance list to the GETORDER screen. Typically you need to edit this part of the script (see Replacing Hardcoded Employee Number with Current Instance List Entry):  

   SETVALUE("ORDERNUMBER", objListManager.AKey1\[0\] );   

...