Administration > Advanced Product Creation Administration > Relationship Type Property Settings > Enabling Copy of Individual Product Options
  
Enabling Copy of Individual Product Options
You must enable the copying of individual product options, such as specifications, documents, cost sheets, and so on. The property settings discussed below allow you to copy product options when copying individual or multiple products. Copying of all product options is enabled out-of-the-box.
Out-of-the-Box
The values for all property settings to enable the copying of product options are set to true. The basic property setting to enable the copying of a product option is:
jsp.product.CopyProduct.allowCopy<ProductOptionKey>=true
The table below outlines the product option, its key, and its out-of-the-box property setting.
Product Option
Product Option Key
Property Setting
Bills of Labor
BOM
jsp.product.CopyProduct.allowCopyBOM=true
Bills of Materials
BOM
jsp.product.CopyProduct.allowCopyBOM=true
Colorways
SKUs
jsp.product.CopyProduct.allowCopySKUs=true
Construction
Construction
jsp.product.CopyProduct.allowCopyConstruction=true
Cost Sheets
CostSheets
jsp.product.CopyProduct.allowCopyCostSheets=true
Destinations
Destinations
jsp.product.CopyProduct.allowCopyDestinations=true
Colorway Documents
SKUDocs
jsp.product.CopyProduct.allowCopySKUDocs=true
Colorway Season Documents
SKUSeasonDocs
jsp.product.CopyProduct.allowCopySKUSeasonDocs=true
Product Documents
ProductDocs
jsp.product.CopyProduct.allowCopyProductDocs=true
Product Season Documents
ProductSeasonsDocs
jsp.product.CopyProduct.allowCopyProductSeasonDocs=true
Sample Documents
SampleDocs
jsp.product.CopyProduct.allowCopySampleDocs=true
Specification Documents
SpecDocs
jsp.product.CopyProduct.allowCopySpecDocs=true
Product Image Pages
Images
jsp.product.CopyProduct.allowCopyImages=true
Sample Image Pages
SampleImagePages
jsp.product.CopyProduct.allowCopySampleImagePages=true
Measurements
Measurements
jsp.product.CopyProduct.allowCopyMeasurements=true
Samples
Sample
jsp.product.CopyProduct.allowCopySample=true
Size Categories
SizeCategories
jsp.product.CopyProduct.allowCopySizeCategories=true
Sources
Source
jsp.product.CopyProduct.allowCopySource=true
Specifications
Specs
jsp.product.CopyProduct.allowCopySpecs=true
Configuration
To disable the ability to copy a product option, set the property for that product option to false. The basic property setting to disable the copying of a product option is:
jsp.product.CopyProduct.allowCopy<ProductOptionKey>=false
These values can also be used for configuration activity. The product option, product option key, and property settings are identical for configuration purposes. Change the true variable to false in each instance.