Oracle® Insurance XML Configuration Guide Release 9.4.0.0 E18894_01
The ValuesBlock element creates a section on the Activity Detail screen that displays the current policy fund values. The section is display only.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<ValuesBlock>
|
This is the start and end element for the transaction. |
|
This tag will cause the Values Block section to display on the Activity Detail screen. |
|
<FundDetails>
|
This node can have multiple occurrences. The first node to which the Expression results in true or the Expression attribute does not exist will be used to render the values block. |
|
|
|
|
EXPRESSION |
Text. If the Expression results in true then use this fund's details. This expression has access to the policy fields/columns. Any valid math expression. |
|
|
|
TYPE |
Text. Defines the type of values shown in the values block. Accumulation Payout. |
<ValuesBlock>
<FundDetails TYPE="Accumulation" EXPRESSION=""Policy:StatusCode" != "39"">
</FundDetails><FundDetails TYPE="Payout" EXPRESSION=""Policy:StatusCode" = "39""></FundDetails>
</ValuesBlock>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices