Administration > Size Definition and Colorway-Sizes Administration > Colorway-Size Property Settings
  
Colorway-Size Property Settings
You can use property settings to administer various aspects of the colorway-size functionality. Configured property settings are entered in the custom.lcs.properties file.
Enabling Colorway-Sizes
You can use the following property settings to enable the automatic creation of colorway-sizes when specific actions occur.
* 
You cannot manually create colorway-sizes. In order to use the colorway-size functionality, you must enable the automatic creation of colorway-sizes.
There are three different property settings that enable and control the automatic creation of general colorway-sizes, colorway-sizes specific to a season, and colorway-sizes specific to a source on a season. By default, all three property settings are set to false and colorway-sizes are disabled. Set the property settings to true to enable colorway-size creation for each level.
To enable the automatic creation of general colorway-sizes, enter the following:
com.lcs.wc.skusize.createSKUSize=true
To enable the automatic creation of colorway-sizes that are specific to a season, enter the following:
com.lcs.wc.skusize.createSKUSizeSeason=true
To enable the automatic creation of colorway-sizes that are specific to a source on a season, enter the following:
com.lcs.wc.skusize.createSKUSizeSource=true
* 
You must enable colorway-sizes on higher levels to enable colorway-sizes on lower levels. For example, if you want to enable season-specific colorway-sizes, you must enable the general colorway-size, which is on the highest level. If creating general colorway-sizes is not enabled, then you cannot create season-specific colorway-sizes, even if the associated property setting is set to true. Likewise, you must enable both general and season-specific colorway-sizes to enable source-specific colorway-sizes.
Automatic Display of Inactive Colorway-Sizes
You can use the following property setting to specify whether the system automatically selects the Include Inactive checkbox and displays the inactive colorway-sizes when viewing the colorway-size table on the individual Product Size Definition Details page. By default, the system does not select this checkbox, and inactive colorway-sizes are not included in the table. Set this property setting to true to automatically include inactive colorway-sizes when viewing the colorway-size table.
com.lcs.wc.skusize.table.includeInactiveByDefault=false