Advanced Customization > Using Reusable Components > Available Reusable Components > Item List > Activity List
  
Activity List
The Activity List is a predefined configuration of the Item List reusable component that displays reviewers’ activity on a change request task. For each reviewer, the Activity List displays details of the latest round of review. The attributes to be displayed can be chosen through tailoring. The default attributes are FULL NAME, ROLE, LAST MODIFIED, WORKITEMROUTINGCHOICES, and WORKITEMCOMMENT.
You can filter the Activity List based on the routing choice for work items. The Activity List has similar search, sort, filter, and restore defaults capabilities as the Item List.
The following is a sample image showing the Activity List predefined configuration:
For information on configuring the Activity List, see the Item List reusable component. You can also find information on binding properties for the Activity List there.
Sample Configuration
{
"defaultSortDirection": {
"selectedKey": "asc"
},
"actionBarConfiguration": {},
"modelThingName": {
"entityName": "PTC.ActivityDetailsItemListModelThing"
},
"filterFieldId": {
"selectedValues": {
"data": [
{
"itemListsData": [
{
"items": [
{
"id": "ProcessData#WorkitemRoutingChoices"
}
],
"objectType": "PTC.Workflow.WorkItem"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
]
}
},
"defaultSortField": {
"selectedValues": {
"data": [
{
"itemListsData": [
{
"items": [
{
"id": ""
}
],
"objectType": "PTC.Workflow.WorkItem"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
]
}
},
"filterLabelOverride": {
"value": ""
},
"label": {
"value": "[[PTC.ActivityLabel]]"
},
"attributes": {
"inTailoring": true,
"selectedValues": {
"data": [
{
"itemListsData": [
{
"items": [
{
"id": "Owner|FullName",
"ordinal": 0
},
{
"id": "Role#Display",
"ordinal": 1
},
{
"id": "ProcessData#WorkitemRoutingChoices",
"ordinal": 2
},
{
"id": "LastModified",
"ordinal": 3
},
{
"id": "ProcessData#WorkitemComment",
"ordinal": 4
}
],
"objectType": "PTC.Workflow.WorkItem"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
]
}
},
"defaultSelectedFilterValue": {
"selectedValues": {
"data": [
{
"itemListsData": [
{
"items": [
{
"id": ""
}
],
"objectType": "PTC.Workflow.WorkItem"
}
],
"adapter": {
"instanceName": "windchill",
"thingName": "PTC.WCAdapter"
}
}
]
}
},
"enableSearch": {
"value": true
},
"maxNumberOfRowsInGrid": {
"inTailoring": true,
"value": 50
},
"modelConfigurations": {},
"selectionType": {
"selectedKey": "multi"
},
"waitForInput": {
"value": true
}
}