Administration > Size Definition and Colorway-Sizes Administration > Size Definition Property Settings
  
Size Definition Property Settings
You can use property settings to administer various size definition functionality.
Specifying the Administrative Group
You can control administrative access to the size definition library with the following property setting. The out-of-the-box value for this property setting is Administrators. Only users who belong to this group can perform administrative functions for the size definition library.
jsp.sizingDefinition.adminGroup=Administrators
You can specify a different group whose members can administer the size definition library by entering the group name as the value of the property setting.
* 
You can only specify one group as the administrators for the size definition library. This property setting does not support comma-separated values.
Using Derived Names for Size Definition Templates
By default, the system derives the name of the size definition template when it is created. The out-of-the-box value for this property setting is true. You can disable the automatic deriving of the size definition template name by setting the following property setting to false in the custom.lcs.properties file:
com.lcs.wc.sizing.SizingNamePlugin.useSizeDefinitionTemplateDerivedName=false
If this property setting is set to false, the out-of-the-box size definition “name” attribute is used, which is a text attribute.
The default derived name of the size definition template is Size category name-Size 1 label:Size 1 size range|Size 2 label:Size 2 size range. The name and size range for size 2 only appears if applicable.
Using Derived Names for Product Size Definitions
By default, the system derives the name of the product size definition when it is created. The out-of-the-box value for this property setting is true. You can disable the automatic deriving of the product size definition name by setting the following property setting to false in the custom.lcs.properties file:
com.lcs.wc.sizing.SizingNamePlugin.useProductSizeDefinitionDerivedName=false
If this property setting is set to false, the out-of-the-box size definition “name” attribute is used, which is a text attribute.
The default derived name of the product size definition template is Size category name-Size 1 label:Size 1 size range|Size 2 label:Size 2 size range. The size 1 and size 2 size ranges display the actual sizes in the product size definition. The name and size range for size 2 only appears if applicable.
Enabling the Server-Side Plug-In for Derived Size Definition Names
The following property setting enables the server-side plug-in used to derive the names of size definition templates and product size definitions. It is provided for informational purposes only. This property setting is entered in the lcs.plugins.properties file.
com.lcs.wc.foundation.LCSPluginManager.eventPlugin.67=targetClass|com.lcs.wc.sizing.ProductSizeCategory^targetType|SizingDefinition^pluginClass|com.lcs.wc.sizing.ProductSizeCategoryPlugins^pluginMethod|updateSizingName^event|PRE_CREATE_PERSIST^priority|1
Default Expansion of the Header Attributes on Individual Product Size Definition Details Tabs
Use the following property setting to specify whether the Header Attributes section on the individual Product Size Definition Details tab is expanded by default when you view the tab. By default, the property is set to false and the Header Attributes section is collapsed. Change this property setting to true to automatically expand this section when viewing this tab.
com.lcs.wc.sizing.ProductSizeDefinition.openHeaderAttributes=false
Disabling Automatic Naming of Actual Size Ranges
The system automatically creates actual size range names by concatenating the size category name with the low and high end of the full size range. You can disable automatic naming of actual size ranges by entering the following property setting in the custom.lcs.properties file:
com.lcs.wc.measurements.ActualSizingLogic.autoGenerateName=false
The default value for this property setting is true. By default, the system automatically generates actual size range names.