PlanAgreementSearchScreen

The PlanAgreementSearchScreen can be configured to display the parent group customers based on the relationship type selected in the HierarchyRelationship field on the Group Customer Screen. This rule supports Plan Agreement Search in OIPA.

PlanAgreementSearchScreen Elements/Attributes
Element/Tag Definition Attribute Element/Attribute Value and Description

<PlanAgreementSearchScreen>

The required opening and closing tags.

 

 

<Search> Required and Repeatable Element: Indicates and defines search criteria and the fields to be included as part of the Plan Agreement Search screen.    
<FixedFields> See Fixed Fields page    
<Fields> See Fields Elements.    
</Search>

Required and Repeatable element:
Indicates and defines search criteria and the fields to be included as part of the Plan Agreement Search screen activity.

   
<Results> Required: Defines the results. This element provides the return of the search and the data in the Results override the fixed fields.    
<Table> Required: Controls formatting of results display.

See Table Element.

   
<Column> The container element for column configuration.    
<Display> Defines the header for the search result table column.    
<Name> Specifies the database column in which the field values are stored.    
<DataType> Defines the datatype of the field.   String

XML Schema

<PlanAgreementSearchScreen>
<Search>
<FixedFields>
<Field>
<Name></Name>
<Display></Display>
</Field>
</FixedFields>
<Fields>
<Field>
<Name></Name>
<Display></Display>
<DataType></DataType>
<Group></Group>
</Field>
</Fields>
</Search>
<Results>
<Table>
<Column ALIGN="" FORMAT="">
<Display></Display>
<Name></Name>
<DataType></DataType>
<Group></Group>
</Column>
</Table>
</Results>
</PlanAgreementSearchScreen>

XML Example

<PlanAgreementSearchScreen>
<Search>
<FixedFields>
<Field>
<Name>CompanyName</Name>
<Display>Related Customers</Display>
</Field>
<Field>
<Name>ProductName</Name>
<Display>Available Products</Display>
</Field>
</FixedFields>
<Fields></Fields>
</Search>
<Results></Results>
</PlanAgreementSearchScreen>

 

 

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