Administration > Advanced Product Creation Administration > Advanced Product Creation Property Settings
  
Advanced Product Creation Property Settings
Advanced product creation property settings are entered in the custom.lcs.advCopy.properties file.
Comment lines located in the lcs.properties file provide examples of many of the advanced product creation property settings. You can view these comments in the lcs.advCopy.properties file.
These topics outline the advanced copy property settings that are available. The out-of-the-box feature is described first, followed by the configuration that can be performed to alter the property setting. The variable components of the code are in italics.
Components of the code that must be replaced with an internal name are in italics and are enclosed within angle brackets (< >). Do not include these brackets in the code. Replace the example component with the internal names you want to use.
In the following example, <ProductOptionKey> must be replaced with the appropriate name (without the angle brackets).
jsp.product.CopyProduct.allowCopy=<ProductOptionKey>
For example, to specify the Destinations product option, update the property setting in custom.lcs.advCopy.properties as follows:
jsp.product.CopyProduct.allowCopy=Destinations
The custom.lcs.advCopy.properties file is blank by default. Insert the lines of code into the custom.lcs.advCopy.properties file as detailed in the property settings topics. Modify the components in italics or the components enclosed within angle brackets as needed. The order in which the property settings are entered does not affect their functionality.