|
When building an Input Set to load the Work Order Type fields, the sequence of the inputs determines which WO Type field the input is mapped to (not the Key it is entered under). Since the Key8 and Key9 are empty, the sequence has 8 inputs. The last input question_add_description is mapped to the 8th field (even though it is entered under Key10). The 8th field is type Integer, and a NumberFormat exception is generated when trying to convert the input string "bmcTestDec10th" to a numeric value. To fix the problem, add placeholder values for Key8 and Key9 so that the sequence has 10 inputs. |