Windchill のその他の機能 > Windchill Supplier Management > Windchill Supplier Management の管理 > サプライヤ部品番号付けの設定
  
サプライヤ部品番号付けの設定
製造メーカー部品とベンダー部品は、通常、それぞれのサプライヤが番号を指定するので、自動番号付けは不要です。Windchill Supplier Management には、外部部品ライブラリという名前のライブラリテンプレートが用意されており、製造メーカーまたはベンダー部品の自動番号付けはデフォルトで使用不可になっています。このテンプレートは、Windchill Supplier Management の設定の一部として読み込まれます。
既存のテンプレートの自動番号付けを無効にするには、次のようにします。
自動番号付けを無効にする対象
操作
新規組織コンテキスト
コンテナを作成するために使用するテンプレート内で規則を指定します。
既存の組織コンテキスト
オブジェクト初期化規則アドミニストレータを使用します。
以下のフォーマットを使用して自動番号付けをオフにします。
<TypeBasedRule>
<EngineRule isDefault="false" enabled="true">
<ruleName>Manufacturer Part Number</ruleName>
<ruleSpecification><![CDATA[
<AttributeValues objType="com.ptc.windchill.suma.part.
ManufacturerPart">
<AttrValue id="number" ignore="true"/>
</AttributeValues>
]]></ruleSpecification>
<ruleType type="INIT"/>
</EngineRule>
<className>com.ptc.windchill.suma.part.ManufacturerPart</className>
</TypeBasedRule>
<TypeBasedRule>
<EngineRule isDefault="false" enabled="true">
<ruleName>Vendor Part Number</ruleName>
<ruleSpecification><![CDATA[
<AttributeValues objType="com.ptc.windchill.suma.part.VendorPart">
<AttrValue id="number" ignore="true"/>
</AttributeValues>
]]></ruleSpecification>
<ruleType type="INIT"/>
</EngineRule>
<className>com.ptc.windchill.suma.part.VendorPart</className>
</TypeBasedRule>