Skip to main content
Known Participant
July 27, 2019
Pregunta

Trigger Value

  • July 27, 2019
  • 0 respuestas
  • 224 visualizaciones

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;

Este tema ha sido cerrado para respuestas.