Sample File

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

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

  <!-- Page Title etc -->

  <ACTION_SET>

    <INCLUDE
      FILE_NAME="Evidence_workspaceInEditHighLevelLinks.vim"
    />

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

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