Model an Internal Hyperlink 
Purpose
To display more information available in the business application. This allows easy navigation within the business application.
Prerequisites
You have:
- Created a control to which you want to create a
hyperlink in the tile.
Logged into the required change list context.
Process Flow
Create an internal hyperlink in the Tile Modeler. For more information, see
Creating a hyperlink.

Internal hyperlink is the hyperlink source created for the control.
If you want to associate more than one internal hyperlink to a control:
- Repeat steps 1.
The first internal hyperlink you create will be the default hyperlink source of the control.
- Specify which hyperlink has to be used at run time based on your requirements. To do this,
write scripts.

You can write an event handler Onhyperlinkclick for the hyperlink. If the hyperlink source is:
- Associated to a control, include
control.selectedhyperlink = "<nameofhyperlinksource>" in the code.
- Not associated to a control, include Hyperlinksource.execute in the code.
- Create a hyperlink target in the Application Modeler.
- Link the hyperlink source and the hyperlink target in the Application Modeler.
Result
At run time, this hyperlink will display the tile set that was specified as the hyperlink target.