Oracle® XML Configuration Guide Release 9.7.1.0 E51561-01
This business rule is attached to a transaction or requirement to allow one or more MathVariables to be copied from the activity/requirement to one or more policy fields. If the fields are displayed on the Policy screen, the values will be viewable.
In addition to field values, CopyToPolicyFields will automatically update the OptionText of combo box and radio button fields.
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
---|---|---|---|
<CopyToPolicyFields> |
The required opening and closing elements of this business rule. |
|
|
<Fields> |
Required element: |
|
|
<Field> |
Repeatable element:
|
|
|
<From> |
This element is used to specify the MathVariable or field from which the data should be copied. |
|
The name of the activity field or MathVariable that data is being copied from. |
<To> |
This element is used to specify the field on the Policy screen to which the data should be copied. |
|
The name of the PolicyField that data is being copied to. The value of the <To> tag will be saved in the AsPolicy or AsPolicyField database table. |
<CopyToPolicyFields>
<Fields>
<Field>
<From>Activity:ReinsuranceIndicator</From>
<To>ReinsuranceIndicator</To>
</Field>
</Fields>
</CopyToPolicyFields>
<CopyToPolicyFields TYPE="IFEMPTY">
<Fields>
<Field>
<From>[String]</From>
<To>[String]</To>
</Field>
</Fields>
</CopyToPolicyFields>
Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved. Legal notices.