전문 관리 > Windchill 환경 구성 > 비즈니스 규칙 > 비즈니스 규칙 관리 > 비즈니스 규칙 객체 삭제
  
비즈니스 규칙 객체 삭제
DeleteBusinessRuleObjects 명령줄 유틸리티를 사용하여 기존 비즈니스 규칙 객체를 삭제할 수 있습니다.
비즈니스 규칙 또는 비즈니스 규칙 세트를 삭제하려면 다음 명령을 실행합니다.
windchill wt.businessRules.DeleteBusinessRuleObjects “typeOfObjectToDelete:
key:containerPath”
비즈니스 규칙 링크를 삭제하려면 비즈니스 규칙 세트와 비즈니스 규칙을 모두 지정해야 합니다.
windchill wt.businessRules.DeleteBusinessRuleObjects "typeOfObjectToDelete:
Key:containerPath:Key:containerPath"
인수 이름
설명
예제
typeOfObjectToDelete
삭제할 객체의 유형
BusinessRuleBusinessRuleSet BusinessRuleLink
Key
삭제할 객체의 고유 키
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"