Shows the fields available to be used in formulae.
This section is populated in both the cutting list rules and board lists rules and shows the fields that can be used in formulas in these lists of rules. Select the field and add it to your formula.
So in the cutting list rules you could construct a formula based around the part code. The part code will appear in the field section as follows
[Part code]
So the following could be entered with the numeric button selected. It uses the length and width fields (which are in millimetres to determine the area in square metres of a part.
=[Length]*[Width]/1000000
With the string radio button selected the following code be entered to add a string "_NO_OPT" to the part code
=[Part code]+_NO_OPT