I have used FieldName.rawValue many times in the past in JavaScript on my forms with no problems. But for some reason, it is now returning NULL in some new code I'm writing. I have some code in a field's "full" event where I'm trying to access the field's raw value:
this.xfa.form.Ultra_Form.Page2.Assistance_Phone.rawValue
...but whenever I do anything with this property, I get NULL. I've tried it on some other fields' "full" events, but get the same result. Any ideas?