Specialized Administration > Ensuring Data Security > Security Labels and Agreements > Configuring Security Labels > Security Label Configuration Steps > Step 10. Enable Agreement Object Type For Search - Optional
  
Step 10. Enable Agreement Object Type For Search - Optional
* 
If you are not enabling agreements, skip this step.
To enable the Agreement object type for use in simple and advanced searches, complete the following steps:
1. Navigate to the following location:
<Windchill>/codebase/com/ptc/windchill/enterprise/search/server
where <Windchill> is the installed location of your Windchill solution.
2. Copy the SearchableTypes.properties.xconf file to the following locations:
<Windchill>/wtSafeArea/ptcOrig/codebase/com/ptc/windchill/enterprise/search/server
and
<Windchill>/wtSafeArea/siteMod/codebase/com/ptc/windchill/enterprise/search/server
3. Open the <Windchill>/wtSafeArea/siteMod/codebase/com/ptc/windchill/enterprise/search/server/SearchableTypes.properties.xconf file in a text editor.
4. In each category, remove the comment from the following:
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to ProjectLink.userSearch:
<AddToProperty name="ProjectLink.userSearch" value=
"wt.access.agreement.AuthorizationAgreement"/>
-->
For example,
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to ProjectLink.userSearch:
<AddToProperty name="ProjectLink.userSearch" value=
"wt.access.agreement.AuthorizationAgreement"/>
-->
becomes
<!-- If security labels is enabled on your system then add
wt.access.agreement.AuthorizationAgreement to ProjectLink.userSearch:-->
<AddToProperty name="ProjectLink.userSearch" value=
"wt.access.agreement.AuthorizationAgreement"/>
5. If the property named WindchillPDM.allSearch does not exist for AuthorizationAgreement, add it as follows:
<Property name="WindchillPDM.allSearch" multivalued="," default=
”wt.access.agreement.AuthorizationAgreement"/>
6. Save and close.