Viewlink Tags

The <viewlink> tag can provide a mechanism to jump to another view from within a board. For example, a summary list may have a <viewlink> tag that allows users to open a view showing a single record's detail.

Copy Code
<viewlink name="Detail" type="button">View Detail</viewlink> 

Using the board attributes in the tag, you can also navigate to views in different boards.

Copy Code
<viewlink name="Significant Events" type="button" board="Significant Events">View

For allowed values and requirements, refer to Attribute Definitions.