You are here: Business Rules > Attached Rules > CopyToRequirementFields

CopyToRequirementFields

Description

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.

CopyToRequirementFields Element/Attribute Table
Element Definition Attribute Element/Attribute Value and Description

<CopyToRequirementFields>

Rule name

   

List of RequirementGUIDs for the requirements that will be changed by this rule.

REQUIREMENTGUIDS

A Math Variable containing a list of RequirementGUIDs

<Fields>

Field section definition

   

<Field>

     

<FromCollection>

Defines a collection math variable that is the source of the data with which to update.

 

Key is a RequirementGUID which 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.

   

XML Sample

<CopyToRequirementFields REQUIREMENTGUIDS="RequirementsArray">
<Fields>
<Field>
<FromCollection>CloseDateCollection</FromCollection>
<To>CloseDate</To>
</Field>
<Field>
<Field>
<Name>CurrencyTargetValue</Name>
<Value>CurrencySourceValue</Value>
</Field>
</Fields>
</CopyToRequirentFields>

Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices