고급 사용자 지정 > 재사용 가능 컴포넌트 사용 > 사용할 수 있는 재사용 가능 컴포넌트 > 항목 목록 > 작업 목록
  
작업 목록
작업 목록은 변경 요청 작업에서 검토자의 작업을 표시하는 항목 목록 재사용 가능 컴포넌트의 미리 정의된 구성입니다. 각 검토자의 최신 검토 회차 세부 정보가 작업 목록에 표시됩니다. 표시할 속성은 수정을 통해 선택할 수 있습니다. 기본 속성은 전체 이름, 역할, 최종 수정 날짜, 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
}
}