高度なカスタマイズ > ビジネスロジックのカスタマイズ > ワークフロー管理のカスタマイズ > ワークフロー用変更テーブルのカスタマイズ > ソリューション > 新規リソースバンドルエントリの追加
  
新規リソースバンドルエントリの追加
カスタムリソースバンドルエントリ用のリソースバンドルが存在しない場合、<Windchill>/wtCustom/<custom-subdirectories> の下に新規ファイルを作成する必要があります (たとえば、CustomRB.java<Windchill>/wtCustom/com/ptc/windchill/enterprise/object フォルダの下に追加する必要があります)。
操作に必要なリソースバンドルエントリは次のとおりです。
@RBEntry("Custom Resulting Objects")
@RBComment("Used as the label for the action")
public static final String CUSTOM_RESULTING_DESC =
"changeTask.customTask_ResultingDataTable.description";
@RBEntry("Custom resulting objects")
@RBComment("Used as the tooltip for the action")
public static final String CUSTOM_RESULTING_TOOLTIP =
"changeTask.customTask_ResultingDataTable.tooltip";
@RBEntry("Custom Resulting Objects")
@RBComment("The table title for the custom resulting
objects table on a custom workflow task.")
public static final String CUSTOM_TASK_RESULTING_ITEMS_TABLE
= "CUSTOM_TASK_RESULTING_ITEMS_TABLE";
カスタム xconf エントリの作成の詳細については、カスタムクラスのコンパイルを参照してください。