In a Form, Do input fields need to be bound to an attribute of the form 's Source Record ?
A. Yes, because they need to have an initial value.
B. Yes, unless the Form's Source Record is empty.
C. No, they can be bound any kind of variable.
D. Yes, but only if they are ComboBoxes or ListBoxes.
what's the Answer.. A or C ?
Hey @Piyush sharma
You can bind inputs to local variables, even if they're inside a form with a source record, so C.
Cheers
Hi @Piyush sharma
Agree with @Laura Fidalgo. "C" is the right answer. while saving / creating new record into the database we can simply assign that variable to the source.
Thanks,Shriyash
Hi @Piyush sharma ,
Your answer : C