Overview
Hyperlinks are similar to buttons in the way they function. Both are clickable elements that can return control to a program or initiate client-side scripts.
Validation (Rich UI Only)
bypass validation - Setting this property, you can allow the link to not trigger validation and clear the data entered. Most often this is used with an exit or cancel button, but can be applied to a hyperlink. When bypass validation is set to 'true', all validation is bypassed and data from the screen is not sent to the application.
Field Binding Dialog (Rich UI Only)
Please visit the Field Binding page.
Hyperlink Properties
value - This property is used to set the text the hyperlink displays. This property may be bound to an RPG field. (Rich UI Only)
...