Administration > Advanced Product Creation Administration > Deep Copy Property Settings
  
Deep Copy Property Settings
When copying product documents, you can define whether the system makes another copy of the document (deep copy), or whether it creates a link. Deep copies are created as separate entries in the library, and have no connection to the original document. Only deep copying of image pages is enabled out-of-the-box.
When enabled, the deep copy functionality works for those documents copied when copying individual and multiple products, as well as those documents copied to and from the clipboard. The basic form of the deep copy property setting is as follows:
com.lcs.wc.document.<DocumentKey>.deepCopy=<value>
The table below outlines the documents available for deep copy and their corresponding keys.
Document Type
Key
Colorway Documents
SKUDocs
Image Pages
imagePages
Product Documents
prodDocs
Product Image Pages
productImagePages
Sample Documents
sampleDocs
Sample Image Pages
sampleImagePages
Specification Documents
specDocs
Out-of-the-Box
The values of the property settings to enable deep copying of all document types are all set to false.
Document Type
Property Setting
Colorway Documents
com.lcs.wc.document.SKUDocs.deepCopy=false
Image Pages
com.lcs.wc.document.imagePages.deepCopy=false
Product Documents
com.lcs.wc.document.productDocs.deepCopy=false
Product Image Pages
com.lcs.wc.document.productImagePages.deepCopy=false
Sample Documents
com.lcs.wc.document.sampleDocs.deepCopy=false
Sample Image Pages
com.lcs.wc.document.sampleImagePages.deepCopy=false
Specification Documents
com.lcs.wc.document.specDocs.deepCopy=false
Configuration
To enable the deep copying of a given document, set the corresponding value of the property setting for the document types to true.