Skip to main content
Known Participant
July 27, 2019
Question

Trigger Value

  • July 27, 2019
  • 0 replies
  • 225 views

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;

This topic is closed to new replies. Start a new post to keep the conversation going.