Oracle® Insurance XML Configuration Guide Release 9.4.0.0 E18894_01
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.
| 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. |
|
|
|
<Validation> |
See Validation Element. | ||
|
<Events> |
See ActionEvents. |
|
|
|
<ScreenMath> |
See Math Element. | ||
|
<Actions> |
See ActionEvents. |
<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