Expand my Community achievements bar.

Use getField without full path

Avatar

Former Community Member
How can I use the getField() function other than using the full path of the field? this.getField() does not work.



I have the following line in a form. I need to be able to get the EUWSignOff field without using the full path. Eg I want it to be something like: this.parent.EUWSignOff.



var f = event.target.getField("form1[0].Page2[0].Subform1[0].options[0].option1[0].EUWSignOff[0]");
0 Replies