Oracle® Insurance Rules Palette Release 9.3.1.0 E21044_01
This business rule allows for the configuration of the Role screen and defines the dynamic fields that can be displayed and updated on the specified Role Detail(s) screens. The plan selected during the policy entry process dictates which role options are visible and available on the Role screen.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<RoleScreen> |
The opening and closing tag for the business rule. |
||
|
<Role> |
Required/Repeatable Element;
|
ROLECODE |
Required Attribute; |
|
NAME |
Provides a user-friendly description of the role affected by this definition. |
||
|
<Fields> |
Allows configuration of dynamic fields. |
||
|
<Events> |
|
||
|
<SucessorOnDelete> |
Optional element;
|
Required element value; Note: The original role's RoleCode is specified in the <Role> tag. If the new role does not exist, then the user is warned with the same. |
|
|
DELETEOLDROLE |
Yes:Delete old role. No:Keep old role. |
||
|
IGNOREONSTATUS |
Optional Attribute; StatusCodes Indicates the case statuses where the role will not be replaced. The status codes are defined by the AsCodeStatus table. |
|
Table Name |
Description |
|
AsAddress |
Stores client address information. |
|
AsAddressField |
Contains address information organized by guaranteed user identification. |
|
AsAddressRole |
Contains address information organized by the role. |
|
AsClient |
Stores personal information about clients. |
|
AsCode |
Contains a listing and description of all valid codes and their values. |
|
AsRole |
Contains role information. |
<RoleScreen>
<Role ROLECODE=”13”>
<Fields>
<Field>
<Name>OverRideAddress1</Name>
<Display>Override Address</Display>
<DataType>Combo</DataType>
<Query TYPE=”SQL”>SELECT &ldots;. </Query>
</Field>
<Field>
<Name>Line</Name>
<Display></Display>
<DataType>Line</DataType>
</Field>
<Field>
<Name>Line</Name>
<Display></Display>
<DataType>Line</DataType>
<Field>
<Field>
<Name>AlternateCorrespondence</Name>
<Display>Correspondence to Alternate Address</Display>
<DataType>Text</DataType>
</Field>
<Field>
<Name>AlternateConfirmation</Name>
<Display>Confirmations to Alternate Address</Display>
<DataType>Text</DataType>
</Field>
<Field>
<Name>AlternateStatements</Name>
<Display>Statements to Alternate Address</Display>
<DataType>Text</DataType>
</Field>
</Fields>
</Role>
</RoleScreen>
<RoleScreen>
<Role ROLECODE="[CodeString]">
<Fields> </Fields>
<SuccessorOnDelete DELETETOLDROLE="[Yes|No]" IGNOREONSTATUS="[StatusCode]">[RoleCode]</SuccessorOnDelete>
</Role>
</RoleScreen>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices