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: Elements and Attributes
Element Attributes Parent Element Description Element/Attribute VAlue

<PolicyActivityScreen>

 

 

The opening and closing tag of the Policy Activity Screen Business Rule.

 

<MaximumRows>

 

<PolicyActivityScreen>

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>

 

<PolicyActivityScreen>

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>

 

<PolicyActivityScreen>

Allows configuration of fixed fields.

 

<Field>

 

<FixedFields>

The opening tag for each Fixed Field being configured.

 

<Name>

 

<Field>

 

String

Exact name of the Field (database name).

<Display>

 

<Field>

 

Display Name

Display name of the field, indicates how the field will display on the screen.

MASK

 

Optional Attribute:

Date/SSN

<Disabled>

 

<Field>

 

Yes/No/ReadOnly

Indicated if the Fixed Field should be visible but no entry is allowed.

<Hidden>

 

<Field>

 

Yes/No

Indicates if the Fixed Field should be hidden.

<Fields>

 

<PolicyActivityScreen>

Allows configuration of dynamic fields. Press <Fields> link for additional information on the <Fields> Element configuration.

 

<Field>

 

<Fields>

Only applicable data type is Label.

The opening tag for each dynamic Field being configured.

<Calculated>

 

 

 

 

TYPE

 

Defines the type of query.


 

SQL

<Warnings>

 

<PolicyActivityScreen>

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>

 

<Warnings>

Controls if warning is given when Activity is Deleted. If Tag is not present no warning will be displayed.

Provide the user a confirmation warning message for the Delete button click action to prevent the user from inadvertently deleting a pending activity.

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

<ReverseWarning>

 

<Warnings>

Controls if warning is given when activity is reversed. If tag is not present no warning will be displayed.

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

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

<RecycleWarning>

 

<Warnings>

Controls if warning is given when activity is recycled. If tag is not present no warning will be displayed.

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

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

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>