Oracle® Insurance Rules Palette Release 9.3.1.0 E21044_01
This Business Rule allows control of aspects of the Client Level Activity Screen. This configuration will determine the number of activities that will be shown on the Client-Level Activity Screen, set the date from which to display activities and can be configured to display additional Fields as well as provide warnings and/or restrictions to processing Client Level Activities.
| Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
|---|---|---|---|
|
<ClientActivityScreen> |
The opening and closing tag of the ClientActivityScreen. |
||
|
<MaximumRows> |
Defines the maximum number of Activities that will display on each page of the ClientActivityScreen. |
Integer: Valid values are 5, 10, 15, 20, 100 |
|
|
<FromDate> |
Defines the From Date field as the start date the user wants to display Activities from. |
BeginningOfYear:Displays beginning of the year based upon current system date. BeginningOfMonth:Displays beginning of the month based upon current system date. PreviousDay: Displays previous day of system date. Blank: Displays blank value
|
|
|
Allows configuration of fixed fields. |
|||
|
Allows configuration of fields. |
|||
|
<Warnings> |
Defines the warnings node. Warning messages are defined via business rules and are optional. Note: |
||
|
<DeleteWarning> |
Controls if a warning is given when an Activity is Deleted. |
Yes: Warning will be displayed. |
|
|
|
MESSAGE |
String: Message text Note: If a message is not specified, the default message is, "Are you sure?" |
|
|
<ReverseWarning> |
Controls if warning is given when Activity is Reversed. |
Yes: Warning will be displayed. |
|
|
|
MESSAGE |
String: Message text Note: If a message is not specified, the default message is, "Are you sure?" |
|
|
<RecycleWarning> |
Controls if warning is given when Activity is Recycled. If Tag is not present no warning will be displayed. |
Yes: Warning will be displayed. |
|
|
|
|
MESSAGE |
String: Message text Note: If a message is not specified, the default message is, "Are you sure?" |
<ClientActivityScreen>
<MaximumRows>10</MaximumRows>
<FromDate>Blank</FromDate>
<FixedFields>
<Field>
<Name>FromDate</Name>
<Disabled>ReadOnly</Disabled>
<Hidden>Yes</Hidden>
<Display MASK="DATE">From Date 1</Display>
</Field>
</FixedFields>
<Fields>
<Field>
<Name>AgencyName</Name>
<Display>Agency Name</Display>
<DataType>Lable</DataType>
<Calculated TYPE="SQL">select TextValue from AsClientField, AsClient where AsClientField.ClientGUID=AsClient.ClientGUID and AsClientField.FieldName='AgencyName' and AsClientField.ClientGUID='[ClientGUID]'</Calculated>
</Field>
</Fields>
<Warnings>
<DeleteWarning MESSAGE=”Are you sure you want to delete the activity”>Yes</DeleteWarning>
<RecycleWarning MESSAGE=”Are you sure you want to recycle the activity”>Yes</RecycleWarning>
<ReverseWarning MESSAGE=”Are you sure you want to reverse the activity”>Yes</ReverseWarning>
</Warnings>
</ClientActivityScreen>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices