Versions Compared

Key

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

1.   Modify file uf_sy420_rts.js using Notepad by defining a new property named MessageLineNumber: 
  

messageLineNumber : 22,

...


Your code will look like this:


 
2.   Save and restart the Framework.

3.   Now in the vHandle_ARRIVE function of the DisplayEmployee screen's script, remove the code you added in the preceding steps and add this line of code:

     alert(SHARED.messageLineNumber);
  
4.   Execute the DisplayEmployee screen. You will see a message box like this appear.

...