Sample File

The following sample UIM file gives an example of how these VIMs could be used in a custom dashboard page

<PAGE
    PAGE_ID="MyProduct_dashboard"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="file://Curam/UIMSchema.xsd"
 >

    <!-- Page Title etc -->

    <ACTION_SET>

      <INCLUDE FILE_NAME="Evidence_dashboardLinks.vim"/>

      <!-- Add custom actions here -->
    </ACTION_SET>

    <INCLUDE FILE_NAME="Evidence_dashboardView.vim"/>
  </PAGE>