特定管理 > 配置您的 Windchill 環境 > 企業規則 > 企業規則的管理 > 刪除企業規則物件
  
刪除企業規則物件
您可以使用 DeleteBusinessRuleObjects 指令行公用程式刪除現有企業規則物件。
欲刪除企業規則或企業規則集,請執行以下指令:
windchill wt.businessRules.DeleteBusinessRuleObjects “typeOfObjectToDelete:
key:containerPath”
欲刪除企業規則連結,企業規則集和企業規則都需要予以指定:
windchill wt.businessRules.DeleteBusinessRuleObjects "typeOfObjectToDelete:
Key:containerPath:Key:containerPath"
引數名稱
描述
範例
typeOfObjectToDelete
要刪除物件的類型
BusinessRuleBusinessRuleSet BusinessRuleLink
金鑰
要刪除物件的唯一金鑰
CHECKOUT_RULE CHANGEABLE_PRE_RELEASE
containerPath
物件的前後關聯路徑
/wt.inf.container.OrgContainer=PTC/wt.pdmlink.PDMLinkProduct=GOLF_CART
* 
用來刪除物件的引數必須位於引號中,因為前後關聯路徑可能包含空格。
如果企業規則或企業規則集已刪除,與物件關聯的任何連結也會遭到刪除。您可以指定一或多個物件,由空格隔開。
下表顯示刪除企業規則物件的範例:
刪除企業規則
windchill wt.businessRules.DeleteBusinessRuleObjects
"BusinessRule:keyToDelete:/wt.inf.container.OrgContainer=Org
Name/wt.pdmlink.PDMLinkProduct=Product Name"
刪除兩個企業規則集
windchill wt.businessRules.DeleteBusinessRuleObjects
"BusinessRuleSet:keyToDelete:/wt.inf.container.OrgContainer=
Org Name/wt.pdmlink.PDMLinkProduct=Product Name"
"BusinessRuleSet:anotherKey:/wt.inf.container.OrgContainer=
Org Name/wt.pdmlink.PDMLinkProduct=Product Name"
刪除企業規則連結
windchill wt.businessRules.DeleteBusinessRuleObjects
"BusinessRuleLink:businessRuleSetKey:/wt.inf.container.
OrgContainer=Org Name/wt.pdmlink.PDMLinkProduct=Product
Name:businessRuleKey:/wt.inf.container.OrgContainer=Org
Name/wt.pdmlink.PDMLinkProduct=Product Name"