추가 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>