Question
Function to turn Fieldnames into variable
Hey there,
is there a possibility to create a function to turn the fieldnames directly into variables?
I mean that this gets automated:
var Foo = this.getField("Foo");
var Bar = this.getField("Bar");
var Phone = this.getField("Phone");
Thank you very much in advance.