@workflowuser does anybody know how to turn on the absolut som expressions. right now if i click on CTRL-SHIFT it gives me the som expression without the "xfa.resolveNode". i used to get it before. maybe there is some kind of setting?
thank you in advance
Solved! Go to Solution.
Views
Replies
Total Likes
If you're using individual name for each subform and field within the forms hierachry, there is no need to use the resolveNode() method, because you can address the nodes directly. The script editor pays attention of this and automatically decides, if it is need or not.
Views
Replies
Total Likes
I just tried and it works fine
Views
Replies
Total Likes
Views
Replies
Total Likes
Do you face any problem with the SOM expression you get? Since the resolveNode() method is quite slow under circumstances it's the best to use the possibly shortest relative SOM expression. xfa.resolveNode() is quite the oppsite, since it start's at the very first note within the XFA tree to find the desired node. I suggest to avoid the usage of resolveNode() or resolveNodes() it possible.
https://blogs.adobe.com/formfeed/2008/12/object_expressions_in_xfa.html
Views
Replies
Total Likes
Views
Replies
Total Likes
If you're using individual name for each subform and field within the forms hierachry, there is no need to use the resolveNode() method, because you can address the nodes directly. The script editor pays attention of this and automatically decides, if it is need or not.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies