Oracle® Insurance Rules Palette Release 9.3.1.0 E21044_01
Allows control of aspects of the Policy level Activity Screen. This configuration will determine the number of activities that will be shown on the Policy-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 Policy level Activities.
| Element | Definition | Attribute | Element/Attribute Value and Description | Additional Information |
|---|---|---|---|---|
|
<PolicyActivityScreen> |
The opening and closing tag of the Policy Activity Screen Business Rule. |
|
|
|
|
<MaximumRows> |
Defines the maximum number of Activities that will display on each page of the PolicyActivityScreen. If Tag is not present or their is an illegal value (non-integer) the default is 100. |
|
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. |
|
|
<FixedFields> |
Allows configuration of fixed fields. |
|
|
|
|
<Field> |
The opening tag for each Fixed Field being configured. |
|
|
|
|
<Name> |
Exact name of the Field (database name). |
|
String |
|
|
<Display> |
Display name of the field, indicates how the field will display on the screen. |
MASK |
Display Name
|
|
|
<Disabled> |
Indicated if the Fixed Field should be visible but no entry is allowed. |
|
Yes/No/ReadOnly |
|
|
<Hidden> |
Indicates if the Fixed Field should be hidden. |
|
Yes/No |
|
|
<Fields> |
Allows configuration of dynamic fields. Press <Fields> link for additional information on the <Fields> Element configuration. |
|
|
|
|
<Field> |
The opening tag for each dynamic Field being configured. |
|
Only applicable data type is Label. |
|
|
<Calculated> |
Defines the type of query. |
TYPE |
Required Attribute;
|
|
|
<ScreenTimes> |
Optional element
Note: <ScreenTimes> section is backward compatible. i.e. If this section does not exist in this business rule then the system will use the <ScreenTimes> section defined in TransactionTimes Business rule. |
|
|
|
|
<Prohibit> |
Required/Repeatable element;
|
TYPE |
Optional attribute Delete - To restrict the User from deleting a Pending activity, by clicking the Delete button. Add - To restrict the User from adding an activity in this screen, by clicking the ADD button. Edit - To restrict the User from editing the details of a Pending activity, by clicking the Edit button. Process - To restrict the User from processing a Pending activity, by clicking the Process button Reverse - To restrict the User from reversing an active activity, by clicking the Delete button Recycle - To restrict the User from recycling an active activity. Notes: If this attribute is not present, then no restriction is applied to any of the actions If a button is made inaccessible, then a custom message shall be configured to communicate the same to the User. Recycle button refers to the icon (blue and pink arrows) on the right of a processed activity. Delete button refers to the trash can icon on the right of an active activity. Process button refers to lightening bolt icon right of the pending activity. Edit button on the PolicyActivityScreen refers to the icon on the left of a Pending activity. Add button is displayed next to the Activity dropdown box in the PolicyActivityScreen. Delete button on the activity screen refers to the trashcan icon on the right of a pending activity. |
|
| MESSAGE |
Optional attribute;
|
|||
|
<StartTime> |
Optional element; This element is used to specify the Starting time from when the User should be restricted from performing certain tasks.
|
|
Required element value;
a) FieldName from AsSystemDateField
|
|
|
<EndTime> |
Optional element;
|
|
Required element value;
String - a) FieldName from AsSystemDateField
|
|
|
<BusinessDayIndicator> |
Optional element; This element can be used to find if the current System date is a Business day or not and apply the restrictions accordingly.
The presence of this element in this business rule itself invokes the verification of whether a System Date is a business day or not The values are stored in the BusinessDayIndicator column of AsSystemDate. |
|
Required element value;
|
|
|
<MonthEndIndicator> |
Optional element;
The presence of this element in this business rule itself invokes the verification of whether a System Date is a last day of the Month or not The values are stored in the MonthEndIndicator column of AsSystemDate. |
|
Required element value;
|
|
|
<QuarterEndIndicator> |
Optional element
The presence of this element in this business rule itself invokes the verification of whether a System Date is a last day of the Quarter or not The values are stored in the QuarterEndIndicator column of AsSystemDate. |
|
Required element value;
|
|
|
<YearEndIndicator> |
Optional element
The presence of this element in this business rule itself invokes the verification of whether a System Date is a last day of the Year or not The values are stored in the YearEndIndicator column of AsSystemDate. |
|
Required element value;
Yes - Indicates that if the current System Date is the last day of the Year, only then the specified access should be restricted |
|
|
<Tests> |
Optional element Start of the test section for the action being prohibited. Restriction is invoked if test condition is met. If all of the tests evaluate to true then the restriction will apply. Activity, client, security, security role and system date columns will be available using the colon notation. System date will be used as an auxiliary field and will also be available for tests. |
|
|
|
|
<Test> |
The value of this tag will be an expression. This expression will determine if the restriction should be invoked. |
|
String: Expression. Conditional test.
|
|
|
<Warnings> |
Defines the warnings node, warning messages are defined via business rules and are optional. They may exist at the Screen Rule level or at the Transaction Cosmetics Rule level. Warnings defined in the Transaction Cosmetic Rule take priority over the Screen Rule. |
|
|
If no element exists, the default will be to not display any confirmation warning message. |
|
<DeleteWarning> |
Controls if warning is given when Activity is Deleted. If Tag is not present no warning will be displayed. |
MESSAGE |
String Displays message as specified when MESSAGE attribute value is specified. Displays default message, "Are you sure?" when MESSAGE="" i.e. When MESSAGE attribute value is not specified. |
Provide the user a confirmation warning message for the Delete button click action to prevent the user from inadvertently deleting a pending Activity. |
|
<ReverseWarning> |
Controls if warning is given when Activity is Reversed. If Tag is not present no warning will be displayed. |
MESSAGE |
String Displays message as specified when MESSAGE attribute value is specified. Displays default message, "Are you sure?" when MESSAGE="" i.e. When MESSAGE attribute value is not specified. |
Provide the user a confirmation warning message for the Reverse button click action to prevent the user from inadvertently reversing an active Activity. |
|
<RecycleWarning> |
Controls if warning is given when Activity is Recycled. If Tag is not present no warning will be displayed. |
MESSAGE |
String Displays message as specified when MESSAGE attribute value is specified. Displays default message, "Are you sure?" when MESSAGE="" i.e. When MESSAGE attribute value is not specified. |
Provide the user a confirmation warning message for the Recycle button click action to prevent the user from inadvertently recycling an active Activity. |
<PolicyActivityScreen>
<MaximumRows>[Integer]</MaximumRows>
<FromDate>[BeginningOfYear/BeginningOfMonth/PreviousDay/Blank]</FromDate>
<FixedFields>
<Field>
<Name>[Field name]</Name>
<Disabled>[Yes/No/ReadOnly]</Disabled>
<Hidden>[Yes/No]</Hidden>
<Display MASK="[SSN/Date]">[Display name]</Display>
</Field>
</FixedFields>
<Fields> </Fields>
<ScreenTimes>
<Prohibit TYPE="[Recycle/Reverse/Add/Delete/Process/Edit]" MESSAGE="[Text of warning message]">
<StartTime>[Integer/String]</StartTime>
<EndTime>[Integer/String]</EndTime>
<BusinessDayIndicator>[Yes/No]</BusinessDayIndicator>
<MonthEndIndicator>[Yes/No]</MonthEndIndicator>
<QuarterEndIndicator>[Yes/No]</QuarterEndIndicator>
<YearEndIndicator>[Yes/No]</YearEndIndicator>
<Tests>
<Test>[Conditonal test]</Test>
</Tests>
</Prohibit>
</ScreenTimes>
<Warnings>
<DeleteWarning MESSAGE= [Text of warning message] >[Yes/No]</DeleteWarning>
<RecycleWarning MESSAGE= [Text of warning message] >[Yes/No]</RecycleWarning>
<ReverseWarning MESSAGE= [Text of warning message] >[Yes/No]</ReverseWarning>
</Warnings>
</PolicyActivityScreen>
<PolicyActivityScreen>
<MaximumRows>[Integer]</MaximumRows>
<FromDate>[BeginningOfYear/BeginningOfMonth/PreviousDay/Blank]</FromDate>
<FixedFields>
<Field>
<Name>[Field name]</Name>
<Disabled>[Yes/No/ReadOnly]</Disabled>
<Hidden>[Yes/No]</Hidden>
<Display MASK="[SSN/Date]">[Display name]</Display>
</Field>
</FixedFields>
<Fields> </Fields>
<ScreenTimes>
<Prohibit TYPE="[Recycle/Reverse/Add/Delete/Process/Edit]" MESSAGE="[Text of warning message]">
<StartTime>[Integer/String]</StartTime>
<EndTime>[Integer/String]</EndTime>
<BusinessDayIndicator>[Yes/No]</BusinessDayIndicator>
<MonthEndIndicator>[Yes/No]</MonthEndIndicator>
<QuarterEndIndicator>[Yes/No]</QuarterEndIndicator>
<YearEndIndicator>[Yes/No]</YearEndIndicator>
<Tests>
<Test>[Conditonal test]</Test>
</Tests>
</Prohibit>
</ScreenTimes>
<Warnings>
<DeleteWarning MESSAGE= [Text of warning message] >[Yes/No]</DeleteWarning>
<RecycleWarning MESSAGE= [Text of warning message] >[Yes/No]</RecycleWarning>
<ReverseWarning MESSAGE= [Text of warning message] >[Yes/No]</ReverseWarning>
</Warnings>
</PolicyActivityScreen>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices