CopyToListBillFields

The rule will specify the active ListBill record whose values are to be changed.

Note: This rule replaces the v8 rule UpdateClientGroup.

CopyToListBill: Elements and Attributes
Element/Tag Attributes Parent Element Description Element/Attribute Values
<CopyToListBillFields>     The opening and closing tag of the business rule.  
LISTBILLGUID  

Required:

Specifies the target ListBill record to update.

Math variable containing a ListBillGUID.

<Fields>   <CopyToListBillFields> Optional: Opening element of the Fields section.  
<Field>   <Fields> Repeatable: Defines the mapping of transaction field and math values to the ListBillScreen fields using standard From/To/DataType spawn syntax  
<From>   <Field>

Optional element:

Identifies the source of the data that will update the field defined in the <To> element.

An activity field name, or a MathVariable that resolves to an activity field name.

<To>   <Field>

Required element:

Identifies the field to be updated.

Any fixed field stored in AsIntakeProfile or any dynamic field stored in AsIntakeProfileField.

<OptionText>   <Field>

Optional element:

Identifies the source of the data that will update the OptionText for the field defined in the <To> element.

Note: This element and the <OptionTextCollection> element are mutually exclusive.

MathVariable

XML Schema

<CopyToListBillFields LISTBILLGUID="[Math Variable]">
<Fields>
<Field>
<From />
<To />
<OptionText>[MathVariable]</OptionText>
</Field>
</Fields>
</CopyToListBillFields>

XML Example

<CopyToListBillFields LISTBILLGUID="ListBillGUID">
<Fields>
<Field>
<From>PolicyPaidToDate</From>
<To>DueDate</To>
</Field>
<Field>
<From>PolicyModalPremiumCurrency</From>
<To>AmountDue</To>
</Field>
</Fields>
</CopyToListBillFields>