Example

The following code snippet outines the link that specifies the CCV to be opened. The SOURCE should contain the field that holds the concern role ID for the person to be displayed in the CCV.

The TARGET should be as specified below:
<SCRIPT EVENT="ONCLICK" 
        ACTION="openContextViewer(this,event)"
    SCRIPT_FILE="ContextViewerPopup.js"/>

    <LINK URI="../flex/Citizen_resolveCitizenViewer.jsp">

    <CONNECT>

    <SOURCE NAME="DISPLAY" PROPERTY="concernRoleID"/>

    <TARGET NAME="PAGE" PROPERTY="concernRoleID"/>

    </CONNECT>

    </LINK>