전문 관리 > 데이터 보안 확인 > 보안 레이블 및 계약 > 보안 레이블 구성 > 보안 레이블 구성 단계 > 단계 15. 가입을 위해 보안 레이블 수정 이벤트 활성화 - 선택 사항
  
단계 15. 가입을 위해 보안 레이블 수정 이벤트 활성화 - 선택 사항
가입을 위해 보안 레이블 수정 이벤트를 활성화하려면 다음 단계를 수행합니다.
1. 다음 소스 파일로 이동합니다.
<Windchill>/codebase/wt/notify/subscriptionConfig.xml
2. subscriptionConfig.xml 파일을 다음 위치로 복사합니다.
<Windchill>/wtSafeArea/ptcOrig/codebase/wt/notify/subscriptionConfig.xml
<Windchill>/wtSafeArea/siteMod/codebase/wt/notify/subscriptionConfig.xml
3. 텍스트 편집기에서 <Windchill>/wtSafeArea/siteMod/codebase/wt/notify/subscriptionConfig.xml 파일을 엽니다.
4. 다음 행 주위의 주석 문자를 제거합니다.
<category name = "EDIT_SECURITY_LABELS">
<event name = "*/wt.events.summary.ModifySecurityLabelsSummaryEvent/"/>
<override type = "com.ptc.windchill.mpml.processplan.MPMProcessPlan"/>
<override type ="com.ptc.windchill.mpml.processplan.sequence.MPMSequence"/>
<override type ="com.ptc.windchill.mpml.processplan.operation.MPMOperation"/>
<override type ="com.ptc.windchill.mpml.mfgprocess.MPMMfgProcess"/>
<override type ="com.ptc.windchill.mpml.mfgprocess.MPMMfgStandardGroup"/>
<override type ="com.ptc.windchill.suma.part.VendorPart"/>
<override type ="com.ptc.windchill.suma.part.ManufacturerPart"/>
<override type ="com.ptc.windchill.suma.npi.WTPartRequest"/>
<override type ="wt.annotation.StructuredAnnotationSet"/>
<override type ="wt.change2.WTAnalysisActivity"/>
<override type ="wt.change2.WTChangeActivity2"/>
<override type ="wt.change2.WTChangeInvestigation"/>
<override type ="wt.change2.WTChangeIssue"/>
<override type ="wt.change2.WTChangeOrder2"/>
<override type ="wt.change2.WTChangeProposal"/>
<override type ="wt.change2.WTChangeRequest2"/>
<override type ="wt.change2.WTVariance"/>
<override type ="wt.doc.WTDocument"/>
<override type ="wt.epm.EPMDocument"/>
<override type ="wt.maturity.PromotionNotice"/>
<override type ="wt.meeting.MeetingCenterMeeting"/>
<override type ="wt.meeting.TraditionalMeeting"/>
<override type ="wt.part.WTPart"/>
<override type ="wt.part.WTProductConfiguration"/>
<override type ="wt.vc.baseline.ManagedBaseline"/>
<override type ="wt.viewmarkup.WTMarkUp"/>
<override type ="wt.viewmarkup.DerivedImage"/>
</category>
5. 저장하고 닫습니다.