ActivityResultsScreen

Description

This Business Rule allows configuration of the ActivityResultsScreen and defines how to display the Activity Results.

ActivityResultsScreen Element/Attribute Table

Element/Tag

Attribute

Definition

Element/Attribute Value and Description

<ActivityResultsScreen>

 

The opening and closing tag of the ActivityResultsScreen Business Rule.

 

<Allocations>

 

 

Optional element:

The opening and closing tag for this section in the business rule.

 

SHOWORIGINAL

Required attribute:

This attribute controls the display of the original allocations on the Allocation tab of the Activity Results screen.

Yes or No

No – The original allocations do not display; only the final allocations display. This value represents the default behavior when the rule is not configured.

Yes – The original allocations display, in addition to the final allocations.

<FundDisplay>

     

<DisplayChildFunds>

 

Determines whether or not to display child funds.

Yes or No

XML Example

<ActivityResultsScreen>
<Allocations SHOWORIGINAL=”Yes”></Allocations>
<FundDisplay>
<DisplayChildFunds>Yes</DisplayChildFunds>
</FundDisplay>
</ActivityResultsScreen>

XML Schema

<ActivityResultsScreen>
<Allocations SHOWORIGINAL=”Yes|No”></Allocations>
<FundDisplay>
<DisplayChildFunds>Yes|No</DisplayChildFunds>
</FundDisplay>
</ActivityResultsScreen>