Skip to main content
Known Participant
July 27, 2019
Frage

Trigger Value

  • July 27, 2019
  • 0 Antworten
  • 224 Ansichten

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;

Dieses Thema wurde für Antworten geschlossen.