Hello Everyone,
I am able to fetch the values of Text field by using below code.
var leaveperiod=this.byId("lp");
leaveperiod.setText(laveperiod1);
But, when we implement oData service in our project we are getting Undefined for "var leaveperiod".
Thanks in Advance.
D Mohanbabu.