進階自訂 > 使用可重複使用的元件 > 可用可重複使用的元件 > 項目清單 > 活動清單
  
活動清單
活動清單是項目清單可重新使用元件的預先定義配置,可在變更請求任務上顯示審核者活動。針對每個審核者,活動清單會顯示最新一輪審核的詳細資訊。可透過調整來選擇要顯示的屬性。預設屬性為「全名」「角色」「上次修改時間」WORKITEMROUTINGCHOICESWORKITEMCOMMENT
您可以根據工作項目的路由選擇來篩選活動清單。活動清單有與項目清單類似的搜尋、排序、篩選及還原預設值功能。
以下是顯示活動清單預先定義組態的範例圖像:
如需有關配置活動清單的資訊,請參閱項目清單可重複使用的元件。您也可以在此找到活動清單之繫結內容的相關資訊。
範例組態
{
"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
}
}