データ管理機能 > 変更の管理 > 変更管理の管理 > 「参加者リスト」テーブルの有効化
  
「参加者リスト」テーブルの有効化
管理者は特定のタイプの変更タスクに「参加者リスト」テーブルを表示するように 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"/>