Specialized Administration > Ensuring Data Security > Security Labels and Agreements > Configuring Security Labels > Security Label Configuration Steps > Step 12. Enable Agreement Object Type for Subscription - Optional
  
Step 12. Enable Agreement Object Type for Subscription - Optional
* 
If you are not enabling agreements, skip this step.
To enable the agreement object type for subscriptions, complete the following steps:
1. Navigate to the following source file:
<Windchill>/codebase/com/ptc/core/subscription/
subscription-SearchableTypes.properties.xconf
where <Windchill> is the installed location of your Windchill solution.
2. Copy the subscription-SearchableTypes.properties.xconf file to the following locations:
<Windchill>/wtSafeArea/ptcOrig/codebase/com/ptc/
core/subscription/subscription-SearchableTypes.properties.xconf
and
<Windchill>/wtSafeArea/siteMod/codebase/com/ptc/
core/subscription/subscription-SearchableTypes.properties.xconf
3. Open the <Windchill>/wtSafeArea/siteMod/codebase/com/ptc/core/subscription/subscription-SearchableTypes.properties.xconf file in a text editor.
4. Remove the comment characters from around the agreements property. For example:
<!-- 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"/>
-->
becomes
<!-- 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. Save and close.