Question
Trigger Value
I am moving value ‘x’ to a combo box field. If the value ‘x’ does not exist in the combo field, will it trigger some sort of value that can be used to determine ‘x’ does not exist in the combo box field?
var x = “ABC123“;
this.getField(“Combo Box-myfield”).value = x;
