Avatar

Level 2

Thanks, that code worked perfectly. I also implemented  the loop code on a separate function to HIDE all the Transmittals.

How would I implement this.parent concept into assigning rawValues to specific objects without the affecting the same element in every instance?

EDIT: Answered my own question:

xfa.resolveNode("TRANSMITTAL[" + this.parent.instanceIndex + "]").txtTransmittalType.rawValue = this.rawValue;