ActivityWidget

The ActivityWidget can be configured to view the top 20 activities performed by the user in OIPA. This rule can be configured by the user to access Fixed Fields in the Activity and Transaction as needed. Also, if the configuror would like to display the AmountField or DetailField , which displays on the Activity List screen in the widget, they can configure <Name>Detail</Name><Group>Activity</Group>.

A system variable $$$ActivitySource$$$ can be configured as a column which will identify the level and instance of the activity – example, Policy - XXXX, Customer - ABC Company.

If the rule is not configured, the system displays the following default columns defined by the <Result> element for the widget.

ActivityWidget Elements/Attributes
Element/Tag Attribute Definition Element/Attribute Value and Description
<ActivityWidget>   This is the start and end tag of the element.  
TITLE Optional: Defines the display name that will appear at the top of the widget String
COMMENT Optional: Defines the description of Widget String
<Results>   Optional: This is the start and end tag of the Results element.  
<Table>   Required element: The element that defines the screen as a table format and controls the display of results, formats results in a table. See Table Element. Mask attribute will not be supported.  
<Column>   The container element for column configuration. It supports a new system variable '$$$ActivitySource$$$ along with columns of supported entities.
<Display>   Defines the header for the search result table column.  
<Name>   Specifies the database column in which the field values are stored.  
<Group>   Indicates the table/screen that stores the field being referenced. Activity|Transaction
<DataType>   Defines the datatype of the field.  

XML Schema

<ActivityWidget TITLE="[String]" COMMENT"[String]">
<Results>
<Table NAME="">
<Column ALIGN="" FORMAT="">
<Display></Display>
<Name></Name>
<Group>Activity|Transaction</Group>
<DataType></DataType>
</Column>
</Table>
</Results>
</ActivityWidget>

 

 

 

 

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