Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I control the which propertiescolumns show up in the BOM by default (ie. Options settings)?

0
Posted

How can I control the which propertiescolumns show up in the BOM by default (ie. Options settings)?

0

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 your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.