I have an assembly containing calculations that are specific to our business and not related to any model properties. I have calculate the amount of paint we use on our products using a global variable. The equation is:
"PAINT"=( ( ( ( "PUMP_LEN" / 12 ) - 14 ) * .05 ) + 1 )
"PAINT" and "PUMP_LEN" are global variables
The equation was easy, but now how do I extract that calculated value into a BOM Table cell?
We are using 2014. Thanks in advance.
Link a custom property to the global variable value "PAINT", then link a BOM column to that custom property.