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.

CopyToClaim Elements/Attributes Table
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,

  • ClaimAmount
  • CurrencyCode
  • ClaimEffectiveDate

The following fields that does not get copied and are system generated fields:

  • ClaimGUID
  • ClaimEntityGUID
  • ClaimEntityType
  • ClaimTypeDefinitionGUID
  • Claim ReferenceNumber
  • ClaimTypeCode
  • EntryGMT
  • OriginatingActivityGUID
  • LastUpdateDate
  • LastUpdateUser
  • ClientGUID
<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>

 

 

 

 

Oracle Insurance Logo Copyright © 2017, Oracle and/or its affiliates. All rights reserved. About Oracle Insurance | Contact Us