資料管理能力 > 管理變更 > 變更管理的管理 > 啟用參與者清單表
  
啟用參與者清單表
管理員可以配置 Windchill 來顯示特定類型變更任務的「參與者清單」表。·
1. 使用 xconfmanager 公用程式來編輯 site.xconf
如需使用 xconfmanager 公用程式的資訊,請參閱關於 xconfmanager 公用程式
2. 新增以下內容︰
<Property name="wt.change2.changetask.MultipleParticipantsSelection" overridable="true" targetFile="codebase/wt.properties" value="<changetask>"/>
其中,<changetask> 是內部變更任務名稱。
3. 儲存檔案。
4. 使用 xconfmanager 公用程式傳播變更。從 <Windchill>\bin 目錄,輸入下列指令:
xconfmanager -pF
5. 重新啟動應用伺服器。
例如,欲顯示下列變更任務的「參與者清單」表:
custom.path.CustomSubChangeTask1
custom.path.CustomSubChangeTask2
輸入下列指令:
<Property name="wt.change2.changetask.MultipleParticipantsSelection" overridable="true" targetFile="codebase/wt.properties" value="custom.path.CustomSubChangeTask1,custom.path.CustomSubChangeTask2"/>