Not getting value of filed using " g_form.getValue("Filed Name")"

balaji_prusty1
Giga Guru

I have a user defined filed(u_in_freeze_window) in Change form, which is read only through "Configuration Dict."   I tried to get the value of the filed in UI action using "g_form.getValue("u_in_freeze_window");" but it gives   Blank Value always. But If I use same command in Client script   Onload, it gives the value.

I need to get the value of filed in UI action to perform some action. Need help/assistance, Why I am not getting in UI Action but able to get in Client Script.

6 REPLIES 6

The script above looks fine.


I tried creating a String field on the change form and got the value of the field as an alert using UI action.It worked fine.


Do one thing, Comment all other lines except assigning value to test and the alert .Then try whether its displaying anything.


Thanks Ajya;



I got the root cause. In other script the value of this field is passing "Null" thats why I am getting blank value always on this.



Not it got resolved. Thanks a lot for your Prompt response.