I have been building 'regular' xfa forms intended for use through the
Flex workspace for a few months now and have become pretty good with
that. Our processes are involved so the forms are pretty javascript
heavy. My agency wants to start building forms for the Mobile workspace
instead. Today I am doing some POC forms but running into problems
already. Normally, if I wanted to access the form data in a javascript
event, I'd use xfa.datasets.data.SchemaRootName, etc, but that doesn't
work when re...