其他 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>