전문 관리 > 데이터 보안 확인 > 보안 레이블 및 계약 > 보안 레이블 구성 > 보안 레이블 구성 단계 > 단계 13. 가입을 위해 계약 객체 유형 활성화 - 선택 사항
  
단계 13. 가입을 위해 계약 객체 유형 활성화 - 선택 사항
* 
계약을 활성화하지 않을 경우 이 단계를 건너뜁니다.
가입을 위해 계약 객체 유형을 활성화하려면 다음 단계를 수행합니다.
1. 다음 소스 파일로 이동합니다.
<Windchill>/codebase/com/ptc/core/subscription/
subscription-SearchableTypes.properties.xconf
여기서 <Windchill>Windchill 솔루션이 설치된 위치입니다.
2. subscription-SearchableTypes.properties.xconf 파일을 다음 위치로 복사합니다.
<Windchill>/wtSafeArea/ptcOrig/codebase/com/ptc/
core/subscription/subscription-SearchableTypes.properties.xconf
<Windchill>/wtSafeArea/siteMod/codebase/com/ptc/
core/subscription/subscription-SearchableTypes.properties.xconf
3. 텍스트 편집기에서 <Windchill>/wtSafeArea/siteMod/codebase/com/ptc/core/subscription/subscription-SearchableTypes.properties.xconf 파일을 엽니다.
4. 계약 등록 정보 주위의 주석 문자를 제거합니다. 예를 들어, 다음과 같이 수정합니다.
<!-- This property wt.access.agreement.AuthorizationAgreement should
only be added to Foundation.subscriptionTypePicker if the Security Labels
feature is enabled.
<AddToProperty name="Foundation.subscriptionTypePicker" value=
"wt.access.agreement.AuthorizationAgreement"/>
-->
<!-- This property wt.access.agreement.AuthorizationAgreement should
only be added to Foundation.subscriptionTypePicker if the Security Labels
feature is enabled.-->
<AddToProperty name="Foundation.subscriptionTypePicker" value=
"wt.access.agreement.AuthorizationAgreement"/>
5. 저장하고 닫습니다.