Administration > Measurements Administration > Measurements Property Settings > System-Wide Property Settings
  
System-Wide Property Settings
The property settings described in this section affect the behavior of measurements throughout the system.
Enabling Measurements
The ability to create and use measurements is controlled through a property setting. Measurements must be enabled to use product sizing. The basic form of the property setting is:
com.lcs.wc.measurements.useMeasurements=<value>
The ability to create and use measurements is enabled by default. The value of the property is set to true.
com.lcs.wc.measurements.useMeasurements=true
To disable the creation and use of measurements, set the value of the property to false.
com.lcs.wc.measurements.useMeasurements=false.
* 
Setting this property to false also disables product sizing.
Enabling Product Sizing
The ability to create and use product sizing is controlled through a property setting. The previous property, which controls the use of measurements, must also be set to true to use product sizing throughout the system. The basic form of the property setting is:
com.lcs.wc.product.useSizing=<value>
This property setting also controls whether or not the Product Sizing page is displayed.
The ability to create and use product sizing is enabled by default. The value of the property is set to true.
com.lcs.wc.product.useSizing=true
To disable the creation and use of product sizing, set the value of the property to false.
com.lcs.wc.product.useSizing=false.
* 
If com.lcs.wc.measurements.useMeasurements is set to false, then product sizing is automatically disabled.
Enabling Copying of Measurements to the Clipboard
The ability to copy measurements to and from the clipboard is controlled through a property setting, whose basic form is:
com.lcs.wc.clipboard.useMeasurements=<value>
By default, you can copy measurements to and from the clipboard. The default value of this property setting is true.
com.lcs.wc.clipboard.useMeasurements=true
You can disable the ability to copy measurements to and from the clipboard by setting the value of the property to false.
com.lcs.wc.clipboard.useMeasurements=false.
Enabling Copying of Sizing to the Clipboard
The ability to copy size categories to and from the clipboard is controlled through a property setting, whose basic form is:
com.lcs.wc.clipboard.useSizing=<value>
By default, you can copy size categories to and from the clipboard. The default value of this property setting is true.
com.lcs.wc.clipboard.useSizing=true
You can disable the ability to copy size categories to and from the clipboard by setting the value of the property to false.
com.lcs.wc.clipboard.useSizing=false.
Specifying Administrative Groups
You can use a property setting to specify a group within the system to have administrative access to measurements. Only those users who are members of the specified group have access to measurements administration. The basic form of this property setting is:
jsp.measurements.adminGroup=<value>
The default value for this property setting is Administrators. Only users who belong to the Administrators group can perform administrative functions for measurements.
jsp.measurements.adminGroup=Administrators
To specify a different group whose members can administer measurements, enter a different group name as the value of the property setting.
jsp.measurements.adminGroup=Measurements Administrators
Entering a different value for this property setting disables administrative access to measurements by the Administrators group.
* 
You can only specify one group as the administrators for measurements. This property setting does not support comma-separated values.
Controlling the Maximum Number of Records Returned in a Where Used Page
You can use a property setting to control the maximum number of records that can be returned in a Where Used page. The Where Used page for an object can retrieve a huge number of records that could cause system instability. The default value is 1000.
com.lcs.wc.whereused.WhereUsedQuery.queryLimit=1000