PlanCoverageScreen
The PlanCoverageScreen business rule allows users to attach sub-plans to a class. This screen is accessed by clicking on the Sub-Plan Details tab of the Class Sub-Plans screen. The only configurable aspect of this screen is the table in which the sub-plan records display.
Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
---|---|---|---|
<PlanCoverageScreen> |
|
The opening and closing tag for the PlanCoverageScreen rule. |
|
<Table> |
|
Controls the formatting of the Plan Coverage table. See the Table Element page for more information. The supported values for the <Group> element in column configuration are:
|
XML Example
<PlanCoverageScreen>
<Table>
<Column ALIGN="LEFT">
<Name>SegmentName</Name
<Display>Plan Coverage</Display>
<DataType>Text</DataType>
<Group>AsPlanSegmentName</Group>
</Column>
<Column ALIGN="LEFT">
<Name>PlanGUID</Name>
<Display>PlanName</Display>
<DataType>Text</DataType>
<Group>AsPlan</Group>
</Column>
<Column ALIGN="LEFT">
<Name>ActiveFrom</Name>
<Display>Effective Date</Display>
<DataType>Date</DataType>
<Group>AsPlanSegmentName</Group>
</Column>
</Table>
</PlanCoverageScreen>