How can I control the which propertiescolumns show up in the BOM by default (ie. Options settings)?
To set the default visibility state of a property in the BOM and/or the Properties window modify\add the following code to tree.js. Update the true\false value to control the visibility on the BOM and Properties windows. node.BOMVis = false node.PropVis = false if(field == “property_name1”){ node.BOMVis = true node.PropVis = true } if(field == “property_name2”){ node.BOMVis = true node.
Related Questions
- What is the difference between changing the printer settings from Label Gallery and changing the default printer properties in Control Panel?
- How can I control the which propertiescolumns show up in the BOM by default (ie. Options settings)?
- How to make C&C3 redetermine default Options settings for my configuration?