Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Need full qualified field name

Avatar

Level 7

I need to get the full name of the field with the path. I can use this.name but that only pulls the field name not the the full path

i.e. xfa.resolveNode("form1.#subform.test1[0].TextField1")

1 Accepted Solution

Avatar

Correct answer by
Level 10

Using this.somExpression will return the fully qualified reference expression, is that what you are after?

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Using this.somExpression will return the fully qualified reference expression, is that what you are after?