Oracle® XML Configuration Guide Release 9.7.1.0 E51561-01
The PolicyOverviewScreen provides the OIPA end user with a snapshot view of policy detail, general segment, policy/segment role data, and values information on one screen. User security access will determine those screen sections available for viewing.
The information displayed on the screen can be varied by Plan. In addition, this Screen Rule can be shared at Global, Subsidiary Company, Plan Group, and Plan levels with state code, based on configuration, thus defining this rule in a Policy context.
Element/Tag |
Attribute |
Definition |
Element/Attribute Value and Description |
---|---|---|---|
<PolicyOverviewScreen> |
|
The opening and closing tag of the business rule. |
|
<PolicyDetails> |
|
Optional element: Begins the Policy Details definition. |
|
<Fields> |
|
See Fields Elements. |
|
<Field> |
|
A mixture of fixed and dynamic fields from the Policy, as well as new fields, can be configured. |
|
<Events> |
|
See Action/Events. |
|
<ScreenMath> |
|
See Screen Math. |
|
<Actions> |
|
See Action/Events. |
|
<PolicyRoles> |
|
Optional element: Begins the Policy Roles definition. |
|
SHOW |
Required attribute: If set to "Yes", the PolicyRole grid (as presented on the Role Screen) will display. |
String: Yes|No |
|
<Message> |
|
Optional element: Allows for a configurable message to be displayed on the screen. |
|
<Segments> |
|
Optional element: Begins the Segments definition. |
|
SHOW |
Required attribute: If set to "Yes", the Segment grid (as defined by the SegmentScreen rule) will display. |
String: Yes|No |
|
<SegmentRoles> |
|
Optional element: Begins the Segment Roles definition. |
|
SHOW |
Required attribute: If set to "Yes", the Segment Role grid will display all roles associated with all segments. |
String: Yes|No |
|
<Message> |
|
Optional element: Allows for a configurable message to be displayed on the screen. |
|
<Values> |
|
Optional element: Opening tag for the Values configuration. |
|
SHOW |
Required attribute: If set to "Yes", a pop up of all values fields (as defined in ValuesScreen) will be available to display. |
String: Yes|No |
|
<Message> |
|
Optional element: Allows for configurable message to be displayed on the screen |
|
<PolicyOverviewScreen>
<PolicyDetails>
<Fields>
<Field></Field>
</Fields>
<Events></Events>
<ScreenMath></ScreenMath>
<Actions></Actions>
<PolicyRoles SHOW=”Yes|No”>
<Message></Message>
</PolicyRoles>
</PolicyDetails>
<Segments SHOW=”Yes|No”>
<SegmentRoles SHOW =”Yes|No”>
<Message></Message>
</SegmentRoles>
</Segments>
<Values SHOW=”Yes|No”>
<Message></Message>
</Values>
</PolicyOverviewScreen>
Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved. Legal notices.