Windchill のその他の機能 > 製造プロセス管理 > 製品エクスプローラ (PSE) のカスタマイズ > 「要件」タブの作成 > <MenuItem> エレメントで参照される <ActionDefinition> エレメントの定義 > 「変更作業を生成」操作の ActionDefinition エレメントの定義
  
「変更作業を生成」操作の ActionDefinition エレメントの定義
「変更作業を生成」操作の操作定義エレメントが定義されます。
前述の詳細のとおり、<ExplorerElementGroup> エレメントの <LogicContext> サブエレメントにあるアプリケーション属性値 'ptc.pdm.ProductStructureExplorer' を見つけます。次のとおり、LogicContext エレメントの後に ActionDefinition エレメントを追加します。
<ActionDefinition id="mycom.wnc.exp.GenerateRequirementsAction"
actionClass="com.ptc.windchill.explorer.structureexplorer.panel
.actions.GenerateChangeActionsAction">
<Action/>
<Import id="ptc.wnc.exp.IsValidInAllVAL"/>
</ActionDefinition>
* 
<ActionDefinition> で定義された id 属性は、PDMLinkExplorerMenusForRequirementsTab.xml で GenerateReqsMI メニューアイテムに定義されたインポート id と一致させる必要があります。