CopyToPolicyFields
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 | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<CopyToPolicyFields> |
The required opening and closing elements of this business rule. |
|
|
<Fields> |
Required element: |
|
|
<MultiFields> | Optional, repeatable element: Defines the multifields to be updated/inserted | ||
Note: The system will validate named "To" fields against the field name in the MultiField rule for the PolicyScreen rule for the current Policy (This rule does not explicitly define the PolicyGUID). | |||
Required: Specifies the named section of the related entity's Multifield rule. | NAME | Literal name | |
Required: Specifies the total number of instances of multifields for the named section of the related entity's Multifield rule. If NAME is omitted or does not exist in the MultiField rule, all the fields in the MultiField rule will be repeated for "END" number of times. | END | Literal Integer or Integer Math Variable | |
<Field> | Optional, repeatable element: Contains the instructions for the specified "To" field. This element (and sub elements) may be omitted if the default field values are desired. | ||
<FromIndexCollection> | Required: A collection of index/value pairs for the target fields. Indices must be unique integers | Math variable collection of index/values. | |
<To> | Required: The target named field in the entity multifield rule | Literal field name | |
<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. |
XML Example
<CopyToPolicyFields>
<Fields>
<Field>
<From>Activity:ReinsuranceIndicator</From>
<To>ReinsuranceIndicator</To>
</Field>
</Fields>
</CopyToPolicyFields>
Schema Example
<CopyToPolicyFields TYPE="IFEMPTY">
<Fields>
<Field>
<From>[String]</From>
<To>[String]</To>
</Field>
</Fields>
</CopyToPolicyFields>
![]() |
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | About Oracle Insurance | Contact Us |