Creating a page with a Pod container

Starting with a page that is mapped to a section and tab in the application (See WebClient reference guide for details of how to map pages in the application), add a Pod Container to the page by including the PodContainer.vim file as in the example below.

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

  <CONNECT>
    <SOURCE NAME="CONSTANT" PROPERTY="MyPodContainer"/>
    <TARGET NAME="DISPLAY" PROPERTY="pageID$pageID"/>
  </CONNECT>

  <INCLUDE FILE_NAME="PodContainer.vim"/>

</PAGE>