Skip to main content
Known Participant
October 7, 2017
Question

it is possible to add value data in 2 tabs field?

  • October 7, 2017
  • 2 replies
  • 290 views

code = this.getField("Dropdown2").value;

if (event.value=="link)

{

this.getField("Dropdown15").value =code;

}

i want this.getField(" AFTER TWO TABD or AFTER TO FIELDS AUTOMATICALLY ").value =code

it is possible ?

This topic has been closed for replies.

2 replies

Bernd Alheit
Community Expert
Community Expert
October 7, 2017

Replace " AFTER TWO TABD or AFTER TO FIELDS AUTOMATICALLY "  with the name of the field.

try67
Community Expert
Community Expert
October 7, 2017

Sure. Just add it into the code block after the if condition.