Link Element
For View Data Forms, a form field can link to another record. For example the Constituent Summary Profile View Form used on the Constituent Page displays a list of constituencies with links to View as pages for the constituent's constituency.
<FormField FieldID="MAJORDONORCONSTITUENCYTEXT"
MaxLength="100"
Caption="MAJORDONORCONSTITUENCYTEXT">
<Link IDColumn="ID" />
</FormField>