CopyToClaimFields
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 Claim fields. If the fields are displayed on the Claim screen, the values will be viewable.
Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
---|---|---|---|
<CopyToClaimFields> | The required opening and closing elements of this business rule. |
|
|
<Fields> | Required element: Identifies the Field section | ||
<Field> |
Required, 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. The <Field> tag is used to update a field in AsClaim table by passing the required information from the transaction or requirement. |
The fields that will be copied are,
The following fields that does not get copied and are system generated fields:
|
|
<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 from which the data will be copied. |
|
<To> | This element is used to specify the field on the Claim to which the data should be copied. |
The name of the Claim to which the data will be copied. The value of the <To> tag will be saved in the AsClaim database table. |
XML Schema
<CopyToClaimFields CLAIMGUID="[Math Variable]">
<Fields>
<Field>
<From>ClaimAmount</From>
<To>ClaimAmount</To>
</Field>
<Field>
<From>ClaimEffectiveDate</From>
<To>ClaimEffectiveDate</To>
</Field>
</Fields>
</CopyToClaimFields>