Administration > Advanced Product Creation Administration > Additional Property Settings That Influence Relationship Type Behavior
  
Additional Property Settings That Influence Relationship Type Behavior
Automatic Copying of a Size Category
When you select a product measurement set for copy, you might want to copy the product size category information as well. Two separate property settings control whether this functionality is enabled when copying individual and multiple products. This functionality is enabled out-of-the-box.
Out-of-the-box, the property setting to enable the automatic copy of the size category when copying an individual product measurement set is true.
jsp.product.CopyProduct.CopyMeasurement.copySizeCategory=true
To disable the automatic copy of the size category when copying an individual product measurement set, set the value of the property to false.
jsp.product.CopyProduct.CopyMeasurement.copySizeCategory=false
Out-of-the-box, the property setting to enable the automatic copy of the size category when copying multiple product measurements sets is true.
jsp.product.MassCopyProduct.CopyMeasurement.copySizeCategory=true
To disable the automatic copy of the size category when copying multiple product measurement sets, set the value of the property to false.
jsp.product.MassCopyProduct.CopyMeasurement.copySizeCategory=false
Using the Default Document Name When Copying Products
You can configure the default name of documents that are copied when you copy products. Use two property settings in conjunction with each other to control this functionality.
Enter the following property setting to indicate that you want the system to use the default document name when creating copies of documents when copying products:
com.lcs.wc.document.copyDocumentUseDefaultName=true
Enter the following property setting to define the default name used for copies of documents when copying products:
com.lcs.wc.document.copyDocumentDefaultName=<name>
Set the property to the default name you want to use, such as Copied Document:
com.lcs.wc.document.copyDocumentDefaultName=Copied Document
Displaying Thumbnails
Property settings control whether object thumbnails are displayed in the Product Options box when you copy individual products. Thumbnails are displayed out-of-the-box.
Out-of-the-box, the value of the property setting that controls whether thumbnails are displayed in the Product Options box when you copy individual products is true.
jsp.product.CopyProduct.displayThumbnails=true
To disable the display of thumbnails in the Product Options box when copying individual products, set the value of the property to false.
jsp.product.CopyProduct.displayThumbnails=false
Setting a Threshold for Creating and Deleting Bulk SkuSize Objects
A property setting controls the threshold for bulk creating and bulk deleting SkuSize objects. This property is set to 1000 by default. The default value means that the system calls the bulk create or bulk delete service when the number of SkuSize objects reaches 1000 in a collection.
com.lcs.wc.skusize.SKUSizeUtility.CollectionThreshhold=1000
Preserving Attribute Values When Copying Cost Sheets
When copying cost sheets, either as part of copying products or using the clipboard, you can control which attribute values the system preserves during the copy. You can control this preservation based on cost sheet type. Enter the following property setting in the attributeTransfer.properties file to specify which attribute values are preserved when copying specific cost sheet types:
PRESERVE.com.lcs.wc.sourcing.LCSCostSheet^<Cost Sheet Type>^<internalname1>,<internalname2>,
<internalname3>,...,<internalnameN>
Replace the <Cost Sheet Type> value with the name of the cost sheet type you want to define the attribute preservation for, and enter attributes as internal names. Enter multiple internal names as a list separated by commas.