CopyToListBillFields
The rule will specify the active ListBill record whose values are to be changed.
Note: This rule replaces the v8 rule UpdateClientGroup.
Element/Tag | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<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> | Optional: Opening element of the Fields section. | ||
<Field> | Repeatable: Defines the mapping of transaction field and math values to the ListBillScreen fields using standard From/To/DataType spawn syntax |
XML Schema
<CopyToListBillFields LISTBILLGUID="[Math Variable]">
<Fields>
<Field>
<From />
<To />
</Field>
</Fields>
</CopyToListBillFields>