Your browser does not support JavaScript!
You are here: Configuration Overview > Business Rules > Screen Rules > ActivityResultsScreen

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.

Note:  If original allocations are not available, an error message will be displayed to the user.

<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>

 

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