其他 Windchill 功能 > Windchill Supplier Management > Windchill Supplier Management 管理 > 導覽 Windchill Supplier Management > 供應商 > 修改供應商的生命週期範本
  
修改供應商的生命週期範本
如果您想針對供應商使用不同的生命週期範本,而非預設情況下可用的範本,您必須在您的組織中為供應商建立「生命週期物件初始化規則」並指派不同的生命週期範本。當您建立新供應商時,新供應商就會使用新的生命週期範本。
若要變更供應商的生命週期範本與狀態:
1. 在導覽器中選取 ,然後轉至「公用程式」 > 「物件初始化規則管理」
2. 「物件初始化規則」表格中選取「製造商」「廠商」,並下載「生命週期物件初始化規則」。
3. 編輯檔案以將 objectType 變更為製造商或廠商的完全合格類別名稱。
4. 將 <Arg> 變更為用於供應商的生命週期範本名稱,並將它儲存到 XML 檔案中。
5. 使用先前修改的檔案建立新的「物件初始化規則」。
假設「供應商生命週期」是您已建立並要使用的生命週期範本。製造商與廠商的「物件初始化規則」範例將如下所示:
接下來會顯示製造商的「物件初始化規則」範例檔案:
<AttributeValuesobjType="com.ptc.windchill.suma.supplier.Manufacturer">
<!-- set the lifecycle -->
<AttrValue id="lifeCycle.id" algorithm="com.ptc.core.
foundation.lifecycle.server.impl.LifeCycleTemplateAttributeAlgorithm">
<Arg>
<!-- Translation of the word "Basic" must be the same as the
translation done in commonLifeCycles.xml -->
<?loc-begin key="BASIC_LIFECYCLE_NAME" maxlen="30"?>Supplier LifeCycle<?loc-end?>
</Arg>
</AttrValue>
</AttributeValues>
接下來會顯示廠商的「物件初始化規則」範例檔案:
<AttributeValuesobjType="com.ptc.windchill.suma.supplier.Vendor">
<!-- set the lifecycle -->
<AttrValue id="lifeCycle.id" algorithm="com.ptc.core.foundation.
lifecycle.server.impl.LifeCycleTemplateAttributeAlgorithm">
<Arg>
<!-- Translation of the word "Basic" must be the same as
the translation done in commonLifeCycles.xml -->
<?loc-begin key="BASIC_LIFECYCLE_NAME" maxlen="30"?>Supplier LifeCycle<?loc-end?>
</Arg>
</AttrValue>
</AttributeValues>