Oracle® XML Configuration Guide Release 9.7.1.0 E51561-01
This business rule allows one or more MathVariables or Activity fields to be copied to one or more specified RoleFields upon processing the activity to which the CopyToRoleFields business rule is attached. Configuration has the option to update multiple roles from a single attribute, multiple roles by a singular role code, and one or more roles using collections. This rule may be used to update policy role fields, segment role fields, or both.
In addition to field values, CopyToRoleFields will automatically update the OptionText of combo box and radio button fields.
This rule must be listed in TransactionBusinessRulePacket.
Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
---|---|---|---|
<CopyToRoleFields> |
The opening and closing tag of the CopyToRoleFields business rule. |
|
|
<PolicyRoles> |
A section identifying the policy roles and the fields that are to be updated by the rule. PolicyRoles configuration is not required. | The rule can be configured for Segment role update only, Policy role update only, or update of both types of roles. | |
<PolicyRole> |
Required and Repeatable: A section to identify roles that are to be updated. |
Either ROLECODE or ALLROLES must be provided. | |
Optional: RoleCode that is used to target a role for update. Cannot coexist with ALLROLES attribute or FromCollection element. |
ROLECODE | A singular Role Code; expected population via MathVariable. | |
Optional: Cannot exist with ROLECODE attribute. Cannot coexist with <FromCollection> element. |
ALLROLES | Yes|No If Yes, all Policy roles (excluding CSR) meeting the status criteria will be updated. |
|
<Tests>
|
Optional: Allows for additional filtering of the roles that may be updated, or creates additional MathVariable or activity field triggers that allow role updates by creating conditions outside of role status. All conditions in this section must evaluate to true before the policy's role may be updated. |
||
<Test>
|
Repeatable element. | A conditional statement that tests a MathVariable or Field against another MathVariable or Field or other literal value. | |
<RoleStatus>
|
Optional: Opening tag to list role status information. Status codes in the list further filter the roles that may be updated. Without this information, the filter is not applied and the status is disregarded. |
||
<Status>
|
Required, Repeatable: A role status that can accept the role field update. |
A valid Role status code. | |
<Fields>
|
Required/Repeatable: Defines a section to contain the fields that will be updated. |
||
<Field>
|
Repeatable: Identifies the field that is updated and the updated value. <From> and <FromCollection> elements are mutually exclusive. |
||
<From>
|
Required: Identifies the math variable or activity field as the source of the update. An activity field must be prefixed with Activity:[field name]. |
A MathVariable or activity field from the transaction to which the rule is attached. | |
<FromCollection>
|
Required: Identifies a MathVariable of type COLLECTION as the source of the update. |
A MathVariable of type COLLECTION where the keys are role GUIDs and the values are the source data. | |
<To>
|
Required: Identifies the field that is updated. |
A literal name for a field. | |
<SegmentRoles> |
Optional: A section identifying the segment roles and the fields that are to be updated by the rule. |
Segment roles configuration is not required. This rule can be configured for Policy role update only, Segment role update only, or update of both role types. | |
<SegmentRole>
|
Optional and Repeatable: A section to identify roles that are to be updated. |
Either ALLROLES or ROLECODE attribute must be provided. | |
Optional: If Yes, all Segment roles meeting the status criteria will be updated. The CSR role is excluded from ALLROLES update. |
ALLROLES |
Yes | No |
|
Optional: This is used to target a singular RoleCode for update. Cannot coexist with ALLROLES attribute or <FromCollection>. |
ROLECODE |
One Role Code |
|
Required:
Used with ROLECODE or ALLROLES. Cannot coexist with <FromCollection>. |
SEGMENTGUID | One SegmentGUID | |
<Tests> |
Optional: Allows for additional filtering of the roles that may be updated, or creates additional MathVariable or activity field triggers that allow role updates by creating conditions outside of role status. All conditions in this section must evaluate to true before the segment's role may be updated.
|
||
<Test> |
Repeatable |
A conditional statement that tests a MathVariable or Field against another MathVariable, Field, or literal value. | |
<RoleStatus> |
Optional; Opening tag to list role status information. Status codes in the list further filter the roles that may be updated. Without this information, the filter is not applied and the status is disregarded. |
||
<Status> |
Required and Repeatable: A role status that can accept the role field update. |
A valid Role status code | |
<Fields> |
Required/Repeatable; |
|
|
<Field> |
Repeatable; <From> and <FromCollection> elements are mutually exclusive. |
|
|
<From> |
Required; |
|
A MathVariable or Activity field from the transaction to which the rule is attached. |
<FromCollection> |
Required: Identifies a MathVariable of type COLLECTION as the source of the update. |
|
A MathVariable of type COLLECTION where the keys are role GUIDs and the values are the source data. |
<To> |
Required: Identifies the field that is updated. |
|
A literal name for a field. |
<CopyToRoleFields>
<PolicyRoles>
<PolicyRole ALLROLES="Yes">
<Tests>
<Test>IsPolicyTerm=true</Test>
</Tests>
<RoleStatus>
<Status>01</Status>
</RoleStatus>
<Fields>
<Field>
<From>Activity:RoleRelationship</From>
<To>RoleRelationship</To>
</Field>
<Field>
<From>SystemDateMV</From>
<To>RoleTestDate</To>
</Field>
</Fields>
</PolicyRole>
</PolicyRoles>
<SegmentRoles>
<SegmentRole ALLROLES="Yes" SEGMENTGUID="Activity:WhichSegment">
<Tests>
<Test>IsSegmentTypeNot72=true</Test>
</Tests>
<RoleStatus>
<Status>01</Status>
</RoleStatus>
<Fields>
<Field>
<From>Activity:RoleRelationship</From>
<To>RoleRelationship</To>
</Field>
<Field>
<From>SystemDateMV</From>
<To>RoleTestDate</To>
</Field>
</Fields>
</SegmentRole>
</SegmentRoles>
</CopyToRoleFields>
<CopyToRoleFields>
<PolicyRoles>
<PolicyRole ALLROLES="Yes|No" ROLECODE="MathVariable">
<Tests>
<Test>conditional statement</Test>
</Tests>
<RoleStatus>
<Status>[role status]</Status>
</RoleStatus>
<Fields>
<Field>
<FromCollection>[activity field|math variable]</FromCollection>
<To>[column name|field name]</To>
</Field>
<Field>
<From>[activity field|math variable]</From>
<To>[column name|field name]</To>
</Field>
</Fields>
</PolicyRole>
</PolicyRoles>
</CopyToRoleFields>
<CopyToRoleFields>
<SegmentRoles>
<SegmentRole ALLROLES="Yes|No" ROLECODE="MathVariable" SEGMENTGUID=”MathVariable”>
<Tests>
<Test>conditional statement</Test>
</Tests>
<RoleStatus>
<Status>[role status]</Status>
</RoleStatus>
<Fields>
<Field>
<FromCollection>[activity field|math variable]</FromCollection>
<To>[column name|field name]</To>
</Field>
<Field>
<From>[activity field|math variable]</From>
<To>[column name|field name]</To>
</Field>
</Fields>
</SegmentRole>
</SegmentRoles>
</CopyToRoleFields>
<CopyToRoleFields>
<PolicyRoles>
<PolicyRole ALLROLES="Yes">
<Tests>
<Test>conditional statement</Test>
</Tests>
<RoleStatus>
<Status>[role status]</Status>
</RoleStatus>
<Fields>
<Field>
<From>[activity field|math variable]</From>
<To>[column name|field name]</To>
</Field>
</Fields>
</PolicyRole>
</PolicyRoles>
</CopyToRoleFields>
<CopyToRoleFields>
<SegmentRoles>
<SegmentRole ALLROLES="Yes" SEGMENTGUID=”MathVariable”>
<Tests>
<Test>conditional statement</Test>
</Tests>
<RoleStatus>
<Status>[role status]</Status>
</RoleStatus>
<Fields>
<Field>
<From>[activity field|math variable]</From>
<To>[column name|field name]</To>
</Field>
</Fields>
</SegmentRole>
</SegmentRoles>
</CopyToRoleFields>
<CopyToRoleFields>
<PolicyRoles>
<PolicyRole ROLECODE="MathVariable">
<Tests>
<Test>conditional statement</Test>
</Tests>
<RoleStatus>
<Status>[role status]</Status>
</RoleStatus>
<Fields>
<Field>
<From>[activity field|math variable]</From>
<To>[column name|field name]</To>
</Field>
</Fields>
</PolicyRole>
</PolicyRoles>
</CopyToRoleFields>
<CopyToRoleFields>
<SegmentRoles>
<SegmentRole ROLECODE="MathVariable" SEGMENTGUID=”MathVariable”>
<Tests>
<Test>conditional statement</Test>
</Tests>
<RoleStatus>
<Status>[role status]</Status>
</RoleStatus>
<Fields>
<Field>
<From>[activity field|math variable]</From>
<To>[column name|field name]</To>
</Field>
</Fields>
</SegmentRole>
</SegmentRoles>
</CopyToRoleFields>
<CopyToRoleFields>
<PolicyRoles>
<PolicyRole>
<Tests>
<Test>conditional statement</Test>
</Tests>
<RoleStatus>
<Status>[role status]</Status>
</RoleStatus>
<Fields>
<Field>
<FromCollection>[math variable]</FromCollection>
<To>[column name|field name]</To>
</Field>
</Fields>
</PolicyRole>
</PolicyRoles>
</CopyToRoleFields>
<CopyToRoleFields>
<SegmentRoles>
<SegmentRole>
<Tests>
<Test>conditional statement</Test>
</Tests>
<RoleStatus>
<Status>[role status]</Status>
</RoleStatus>
<Fields>
<Field>
<FromCollection>[math variable]</FromCollection>
<To>[column name|field name]</To>
</Field>
</Fields>
</SegmentRole>
</SegmentRoles>
</CopyToRoleFields>
Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved. Legal notices.