You are here: Business Rules > Plan Rules > PlanScreen

PlanScreen

Description

This rule enables the user to define plan specific data and allows other business rules to reference the data.  This rule defines the elements and values of the Plan screen business rule including validation.   

PlanScreen Element/Attribute Table

Element/Tag Definition

Attribute

Element/Attribute Value and Description

<PlanScreen>

The opening and closing tag of the business rule.

 

 

<Fields>

Required Allows configuration of the dynamic field(s), which define the contents of the Plan screen. Field element is repeatable.
 

 

 

<Field>

See Fields Element.

 

 

<Events>

See ActionEvents.

 

 

XML Example

<PlanScreen>
<Fields>     
<Field>          
<Name>ProductCode</Name>                
<Display>Product Code</Display>                
<DataType>Text</DataType>                
</Field>          
<Field>          
<Name>MaximumIssueAge</Name>                 
<Display>Max Issue Age</Display>                 
<DataType>Integer</DataType>                 
</Field>          
<Field>          
<Name>MinimumFaceAmount</Name>                  
<Display>Min Face Amount</Display>                  
<DataType>Money</DataType>                  
</Field>          
</Fields>     
</PlanScreen>

 

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