Your browser does not support JavaScript!
You are here: Configuration Overview > Business Rules > Screen Rules > PlanCoverageScreen

PlanCoverageScreen

Description

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.

PlanCoverageScreen Element/Attribute Table

Element

Attribute

Definition

Values

<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:

  • Plan
  • PlanField
  • PlanSegmentName
  • PlanSegmentNameField
  • SegmentName
  • SegmentNameField


 

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>

Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices