Something like this might work for you...var qtyOne = this.getField("Quantity Field Row 1 Name").value;var qtyTwo = this.getField("Quantity Field Row 2 Name").value;var qtyThree = this.getField("Quantity Field Row 3 Name").value;var valOne = this.getField("Value Field Row 1 Name").value;var valTwo =...