LinkRateGroupSearchScreen
This Business Rule allows configuration of the LinkRateGroupSearchScreen to enable contextual search of the Rate Groups.
Element/Tag | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<LinkRateGroupSearchScreen> | The opening and closing elements of the screen rule. | ||
<Entity> | The opening and closing tag for each entity type code | Code Values from AsCodeRateGroupRelationshipEntity | |
<Search> | Required and Repeatable Element: Indicates and defines search criteria and the fields to be included as part of the Client Search screen activity. | ||
<Fields> |
The opening and closing tag of the fields section. This is common definition used for <Fields>, that can be reused here |
||
<Field> | The opening and closing tag for each field being configured. | ||
<Name> | Required: Exact name of the field. This is the name that is found in the configuration whenever a reference is being made to this field. | ||
<Display> | |||
<DataType> | Required: A classification identifying one of various types of data which provide general definition to the appropriate values, the operations that can be performed on the type and how the value is stored. |
Blank: Used for Filler fields. Check: Displays check box on the screen. Client:Provides the user with a list of all available clients from the AsClient table. Client:Provides the user with a list of all available clients from the AsPerson table. Allows the user to invoke the ClientSearchScreen from within ClientScreen, PolicyScreen, SegmentScreen, and ActivityDetailScreen. Combo: Combination/drop down field . Date: Date field with calendar icon. Decimal: Displays decimal point and calculator icon. Identifier: Generates a unique value by combining various values from other fields and a sequence number. Integer: Formats to a whole number. Displays calculator icon. Label: Displays a text label left-justified within the column of fields in which it is placed. Line: Displays line across frame for aesthetics. Message: Generates a static or dynamic message (using values from fields). Money: Displays a monetary value along with its currency code and Calculator icon. Percent: Displays percent sign. Radio: Mutually exclusive options. Selecting one automatically unselects the others. Role: Text: Free form entry. TextArea: Variable-length dynamic text field. Title:Displays a bolded text label centered across both columns of fields. |
|
<Group> | Optional: This is the name of the group (table) that should be used to obtain the value. This is used only where source data may come from multiple tables (i.e., search screens). |
Below listed Group values should be supported for the respective entity type codes. COMPANY- Company PRODUCT– GroupCustomer/Client, Agreement, Plan CUSTOMER– Client, Product, Plan, Agreement PLAN– Product, Plan, GC/Client, Agreement PLANSEG – Product,Plan, GC, Agreement, Plan Segment AGREEMENT– GC/Client, Product, Plan CLASS– Agreement, GC/Client,, Plan, Class, Class Group, Plan Segment |
|
<Results> | Required: Defines the results. This element provides the return of the search and the data in the Results override the fixed fields. | ||
<Table> | Controls formatting of results display. See Table Element section. | ||
<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. | ||
<Group> | Indicates the table/screen that stores the field being referenced. The value used should be appropriate for the screen being configured. | ||
<DataType> | Defines the data type of the field. |
XML Schema
<LinkRateGroupSearchScreen>
<Entity TYPECODE="PLAN">
<Search>
<Fields>
<Field>
<Name></Name>
<Display></Display>
<DataType></DataType>
<Group></Group>
</Field>
</Fields>
</Search>
<Results>
<Table>
<Column>
<Display></Display>
<Name></Name>
<Group></Group>
<DataType></DataType>
</Column>
</Table>
</Results>
</Entity>
</LinkRateGroupSearchScreen>