Oracle® Insurance XML Configuration Guide Release 9.4.1.0 E23637_01
This business rule allows for the configuration of the Roles Screen. Available roles are viewable from the Find Client or New Client buttons. The table structure of the Roles Screen is controlled by configuration in this rule.
| Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
|---|---|---|---|
|
<AssignRoleScreen> |
The opening and closing tag of the AssignRoleScreen Business Rule. |
|
|
|
<RoleSelection> |
Indicates format of Assign Role Screen. |
Checkbox - Assign Role screen will display in traditional check box format (default value if tag is not present). |
|
|
<MaintainRoles> |
Defines the Roles to which the fields/validations apply. |
||
|
<Table> |
Controls formatting of Role display. |
||
|
<CurrentRoles> |
Defines the Roles to which the fields/validations apply. |
|
|
|
<DisplayStatus> |
Defines the input check boxes to display on the screen. |
|
|
|
<Display> |
Defines the status of the policy. |
|
code value |
|
<Table> |
Controls formatting of Role display. |
|
|
|
Allows configuration of edits and validations. |
|
|
|
|
<MathVariables> |
Standard math variables that will be used for evaluating onscreen values. |
|
|
|
<MathVariable> |
Standard math syntax |
<AssignRoleScreen>
<CurrentRoles>
<DisplayStatus>
<Status>01</Status>
<Status>03</Status>
<Status>25</Status>
</DisplayStatus>
<Table>
<Column WIDTH="160" ALIGN="LEFT" FORMAT="Text">
<Display>Name</Display>
<Group>Client</Group>
<Name>Name</Name>
</Column>
<Column WIDTH="160" ALIGN="LEFT" FORMAT="Text">
<Display>Role</Display>
<Group>Role</Group>
<Name>RoleCode</Name>
</Column>
<Column WIDTH="160" ALIGN="LEFT" FORMAT="Text">
<Display>RoleField</Display>
<Group>RoleField</Group>
<Name>Field1</Name>
</Column>
<Column WIDTH="160" ALIGN="LEFT" FORMAT="Text">
<Display>Tax ID</Display>
<Group>Client</Group>
<Name>TaxId</Name>
</Column>
</Table>
</CurrentRoles>
</AssignRoleScreen>
<AssignRoleScreen>
<RoleSelection>ComboBox</RoleSelection>
<MaintainRoles>
<Table>
<Column WIDTH="135" ALIGN="LEFT" FORMAT="Text">
<Display>Name</Display>
<Group>Client</Group>
<Name>Name</Name>
</Column>
<Column WIDTH="135" ALIGN="LEFT" FORMAT="Text">
<Display>Role</Display>
<Group>Role</Group>
<Name>RoleCode</Name>
</Column>
<Column WIDTH="135" ALIGN="LEFT" FORMAT="Text">
<Display>Tax ID</Display>
<Group>Client</Group>
<Name>TaxId</Name>
</Column>
<Column WIDTH="135" ALIGN="LEFT" FORMAT="Text" EDITABLE="Yes">
<Display>RoleField</Display>
<Group>RoleField</Group>
<Name>Field1</Name>
</Column>
</Table>
</MaintainRoles>
<CurrentRoles>
<DisplayStatus>
<Status>01</Status>
<Status>03</Status>
<Status>25</Status>
</DisplayStatus>
<Table>
<Column WIDTH="160" ALIGN="LEFT" FORMAT="Text">
<Display>Name</Display>
<Group>Client</Group>
<Name>Name</Name>
</Column>
<Column WIDTH="160" ALIGN="LEFT" FORMAT="Text">
<Display>Role</Display>
<Group>Role</Group>
<Name>RoleCode</Name>
</Column>
<Column WIDTH="160" ALIGN="LEFT" FORMAT="Text">
<Display>RoleField</Display>
<Group>RoleField</Group>
<Name>Field1</Name>
</Column>
<Column WIDTH="160" ALIGN="LEFT" FORMAT="Text">
<Display>Tax ID</Display>
<Group>Client</Group>
<Name>TaxId</Name>
</Column>
</Table>
</CurrentRoles>
</AssignRoleScreen>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices