Expand my Community achievements bar.

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?