PolicyActivityScreen

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.

PolicyActivityScreen Element/Attribute Table
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.

 

Integer: Valid values are 10, 15, 20, 100. Default is 15.

 

<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
If the element is not present default is blank.

 

<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
 
Optional Attribute:
Date/SSN

 

<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:
SQL

 

<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.
 
Yes - Tag/Element value
No - Tag/Element value

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.
 
Yes - Tag/Element value
No - Tag/Element value

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.
 
Yes - Tag/Element value
No - Tag/Element value

Provide the user a confirmation warning message for the Recycle button click action to prevent the user from inadvertently recycling an active activity.

XML Sample

<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>
<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>

XML Schema

<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>
<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>

 

 

 

 

Oracle Insurance Logo Copyright © 2017, Oracle and/or its affiliates. All rights reserved. About Oracle Insurance | Contact Us