CommentsSearchScreen

This business rule controls the appearance and behavior of OIPA's various comment search screens.

CommentsSearchScreen Elements/Attributes

Element/Tag Definition Attribute Element/Attribute Value and Description
<CommentsSearchScreen> Start and end tag of the business rule.    
<Global>

Required element:

Defines the search field and results grid that are common across different comment types.

   
<FixedFields>

Optional element:

Allows for configuration of "above the line" fields—standard screen field configuration is applicable. See the Fixed Fields page.

   
<Fields>

Required element:

Allows for configuration of "below the line" fields—defines the search criteria fields. See the Fields Element page.

   
<Name>

Required element:

Holds the built-in $$$CommentSource$$$ variable, which allows configuration of a field to display the level and instance at which a comment was added (e.g. Base Coverage segment, Issue activity, Policy 12345).

  $$$CommentSource$$$
<Group>

Optional element:

The value of this element is the name of the group (table) that should be used to obtain the value. This element is only used when the source data could come from multiple tables (i.e. search screens).

   
<Results>

Required element:

Defines the formatting of the search results.

   
<Table>

Required element:

Allows configuration of the search results grid—standard table/column values are supported. See the Table Element page.

   
<PolicyComments>

Required element:

Defines the search field and results grid specific for policy comments. Fields/Results configured in this section are appended to the configured Global section. All of the elements and attributes applicable to Global apply to this section.

This section can also have the Fixed Fields/Fields section. If a search is being done on one specific comment type then the comment specific configuration will be appended to the Global. However if you have multiple comment types selected for search only the Global will be used.

   
<DisplayCommentType>

Required element:

Identifies the comment types that can be viewed via the Comment Search screen. The search criteria section will display checkbox for the configured comment types. This element is repeated for each comment type section.

   
<GroupCustomerComments> Group Customer checkbox will appear unchecked. Group Customer Comments will not load until the box is checked with criteria and Refresh button selected.   Yes
Group Customer checkbox appears but cannot be selected. Group Customer Comment types will not be returned/displayed.   No
Group Customer checkbox will be visible and checked. Group Customer Comments (based on default search criteria) will appear when the screen is loaded   Checked
<Activity> Activity checkbox will appear unchecked. Activity Comments will not load until the box is checked with criteria and Refresh button selected .   Yes
Activity checkbox will appear but cannot be checked. Activity Comment types will not be returned/displayed.   No
Activity checkbox will be visible and checked. Activity Comments (based on default search criteria) will appear when the screen is loaded.   Checked
<FixedFields> Standard Fixed Field configuration.    
<Fields> Dynamic or Fixed fields that will be used to filter Query results. Standard Search Screen Field tags. See exceptions below.    
<Name> Built-in variable will be supported that will allow configuration of a field to display what type/where comment was entered. When used in this section, the name of the Group Customer and the Comment will be displayed in the Comments Search Screen results grid.   $$$CommentSource$$$
<Group> Comments and Comments Field group will be supported in this search screen rule.    
<Results> Results section of rule.    
<Table> Results Grid. Standard Table/Column values will be supported.    
<RequirementComments> Optional element:

Defines the search field and results grid specific for requirement comments. Fields/Results configured in this section are appended to the configured Global section. All of the elements and attributes applicable to Global apply to this section.

   
<ImpairmentComments> Optional element:

Defines the search field and results grid specific for impairment comments. Fields/Results configured in this section are appended to the configured Global section. All of the elements and attributes applicable to Global apply to this section.

   

XML Example

<CommentsSearchScreen>
<Global>
<FixedFields>
<Field>
<Name>Hidden</Name>
<Display>Hidden</Display>
<DataType>Checkbox</DataType>
</Field>
</FixedFields>
<Fields>
<Field>
<Group>Comments|CommentsFields</Group>
</Field>
<Field>
<Field>
<Name>FunctionalDepartment</Name>
<Display>Functional Department</Display>
<DataType>Combo</DataType>
<Query TYPE="SQL">SELECT '', '', 1 FROM DUAL UNION SELECT AsCode.CodeValue, AsCode.LongDescription, 2 FROM AsCode WHERE AsCode.CodeName='AsCodeCommentsFunctionalDepartment' ORDER BY 3, 1</Query>
</Field>
</Field>
</Fields>
<Results>
<Table>
<Column ALIGN="CENTER" FORMAT="Text">
<Display>Source</Display>
<Group>Comments|CommentsField</Group>
<Name>$$$CommentSource$$$</Name>
<DataType>Text</DataType>
</Column>
</Table>
</Results>
</Global>
<PolicyComments>
<DisplayCommentType>
<Policy>Checked</Policy>
<Segment>Yes</Policy>
<Activity>Yes</Activity>
<Client>Yes</Client>
</DisplayCommentType>
<FixedFields>
.....
</FixedFields>
</PolicyComments>
<SegmentComments>
.....
</SegmentComments>
<ActivityComments>
.....
</ActivityComments>
<ClientComments>
.....
</ClientComments>
<ImpairmentComments>
.....
</ImpairmentComments>
<RequirementComments>
.....
</RequirementComments>
</CommentsSearchScreen>

XML Schema

<CommentsSearchScreen>
<Global>
<FixedFields>
.....
</FixedFields>
<Fields>
<Field>
<Group>Comments|CommentsFields</Group>
</Field>
</Fields>
<Results>
<Table>
<Column>
<Group>Comments|CommentsField</Group>
<Name>$$$CommentSource$$$|</Name>
</Column>
</Table>
</Results>
</Global>
<PolicyComments>
<DisplayCommentTypes>
<Policy>Yes|No|Checked</Policy>
<Segment>Yes|No|Checked</Policy>
<Activity>Yes|No|Checked</Activity
<Client>Yes|No|Checked</Client>
</DisplayCommentTypes>
<FixedFields>
.....
</FixedFields>
</PolicyComments>
<SegmentComments>
.....
</SegmentComments>
<ActivityComments>
.....
</ActivityComments>
<ClientComments>
.....
</ClientComments>
<ImpairmentComments>
.....
</ImpairmentComments>
<RequirementComments>
.....
</RequirementComments>
<GroupCustomerComments>
<DisplayCommentTypes>
<GroupCustomer>Yes|No|Checked</GroupCustomer>
<Activity>Yes|No|Checked</Activity>
</DisplayCommentTypes>
<FixedFields/>
<Fields>
<Field>
<Group>Comments|CommentFields</Group>
</Field>
</Fields>
<Results>
<Table>
<Column>
<Group>Comments|CommentsField</Group>
<Name>$$$CommentSource$$$|xxxx</Name>
</Column>
</Table>
</Results>
</GroupCustomerComments>
</CommentsSearchScreen>

 

 

 

 

Oracle Insurance Logo Copyright © 2017, Oracle and/or its affiliates. All rights reserved. About Oracle Insurance | Contact Us