CopyToPolicyFields

Description

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.

CopyToPolicyFields Element and Attribute Table

Element/Tag

Definition

Attribute

Element/Attribute Value and Description

<CopyToPolicyFields>

The required opening and closing elements of this business rule.

 

 

<Fields>

Required element:
Identifies the Field section.

 

 

<Field>

Repeatable element:
The <Field> tag is used to update a field in AsPolicyField table by passing the required information from the transaction or requirement.

 

 

<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>