Oracle® Insurance XML Configuration Guide Release 9.4.1.0 E23637_01
This business rule is attached to a transaction to allow the results of an activity’s math calculations to write out to a defined group of RequirementGUIDs.
| Element | Definition | Attribute | Element/Attribute Value and Description |
|---|---|---|---|
|
<CopyToRequirementFields> |
Opening and closing tags of the business rule. |
||
|
|
REQUIREMENTGUIDS |
A MathVariable containing a list of RequirementGUIDs for the requirements that will be changed by this rule. |
|
|
<Fields> |
See Fields section for additional details. |
||
|
<Field> |
|||
|
<FromCollection> |
Defines a collection MathVariable that is the source of the data with which to update. |
Key is a RequirementGUID that identifies the specific requirement that is updated. Value is the value to which the field will be updated. |
|
|
<To> |
Defines the target field for the update. |
<CopyToRequirementFields REQUIREMENTGUIDS="RequirementsArray">
<Fields>
<Field>
<FromCollection>CloseDateCollection</FromCollection>
<To>CloseDate</To>
</Field>
<Fields>
</CopyToRequirentFields>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices