Not getting value of filed using " g_form.getValue("Filed Name")"
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. Bu...