Versions Compared

Key

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

Show Contents List

...

Navigates RAMP to a Junction.
Syntax
NAVIGATE_TO_JUNCTION(sJunctionName)
Parameters

SjunctionName

Required.String that contains the form name of the Junction. 

 |
Return Value
None
Example
 
/* Navigate to the nearest access junction */
NAVIGATE_TO_JUNCTION("uItemMasterBrowse");
 
Note that this function should only be invoked from an invoke script.
 
Show Contents List