Copy link to clipboard
Copied
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 ?
Copy link to clipboard
Copied
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 ?
Copy link to clipboard
Copied
Sure. Just add it into the code block after the if condition.
Copy link to clipboard
Copied
Replace " AFTER TWO TABD or AFTER TO FIELDS AUTOMATICALLY " with the name of the field.