RemoveFromListBill
This rule will specify the ListBill records to remove from the list.
Note: This rule replaces the v8 rule RemoveFromClientGroup
| Element/Tag | Attributes | Parent Element | Description | Element/Attribute Values |
|---|---|---|---|---|
| <RemoveFromListBill> | The opening and closing tag of the business rule. | |||
| <ListBill> | <RemoveFromListBill> |
Specifies the List Bill Records to remove from the List Bill. |
A math variable containing an array of ListBillGUIDS. |
XML Schema
<RemoveFromListBill>
<ListBill>[List Bill GUID Array]</ListBill>
</RemoveFromListBill>
XML Example
<RemoveFromListBill>
<ListBill>ListBillGUIDArray</ListBill>
</RemoveFromListBill>