Oracle® XML Configuration Guide Release 9.7.1.0 E51561-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. |
|
|
<UseStateApproval> |
Optional: Indicates whether state approval is enforced in the user interface during creation of a policy. If state approval is being enforced, the Issue State drop-down list in the PolicyScreen of OIPA is modified. The list will show only states where the Plan date is after the state approval date and before the state approval expiration date. |
|
Required Element Value: Yes/No Yes - State approval is enforced on the PolicyScreen. No - State approval is not enforced on the PolicyScreen. This is the default value. |
<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 ScreenMath Element. | ||
<Actions> |
See ActionEvents. |
<PlanScreen>
<UseStateApproval>Yes</UseStateApproval>
<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, 2013, Oracle and/or its affiliates. All rights reserved. Legal notices.