数据管理功能 > 管理更改 > “更改管理”管理 > 启用参与者列表表格
  
启用参与者列表表格
管理员可以配置 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"/>