I'm trying to read a custom property and load it into a field on my form.
form1.Page1.TextField1.rawValue = info["Created By"];
This javascript used to work in older versions. But in ES4, it does not work.
It looks like this is very similar to this post:
Working with Custom Properties in JavaScript
But this does not seem to work for me, so I'm unsure if there is something simple that I missed?