Specialized Administration > Ensuring Data Security > Security Labels and Agreements > Configuring Security Labels > Security Label Configuration Steps > Step 11. Enable Agreement Object Type for Auditing - Optional
  
Step 11. Enable Agreement Object Type for Auditing - Optional
* 
If you are not enabling agreements, skip this step.
To enable the agreement object type for auditing, complete the following steps:
1. Navigate to the following source file:
<Windchill>/codebase/com/ptc/core/auditing/
auditing-SearchableType.properties.xconf
where <Windchill> is the installed location of your Windchill solution.
2. Copy the auditing-SearchableType.properties.xconf file to the following locations:
<Windchill>/wtSafeArea/ptcOrig/codebase/com/ptc/
core/auditing/auditing-SearchableType.properties.xconf
and
<Windchill>/wtSafeArea/siteMod/codebase/com/ptc/
core/auditing/auditing-SearchableType.properties.xconf
3. Open the <Windchill>/wtSafeArea/siteMod/codebase/com/ptc/core/auditing/auditing-SearchableType.properties.xconf file in a text editor.
4. Remove the comment characters around each agreements property. For example:
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to Foundation.
auditSearchFoundation:
<AddToProperty name="Foundation.auditSearchFoundation"
value="wt.access.agreement.AuthorizationAgreement"/>
-->
becomes
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to Foundation.
auditSearchFoundation: -->
<AddToProperty name="Foundation.auditSearchFoundation"
value="wt.access.agreement.AuthorizationAgreement"/>
5. Save and close.