Show Contents List

NAVIGATE_TO_JUNCTION Function

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