Question
it is possible to add value data in 2 tabs field?
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 ?
