Expand my Community achievements bar.

global fields of Repeatable subform

Avatar

Level 3

Hi,

Someone pls help me in implementing the below requirement.

We have repeatable(Add Instance functionality) subform on the form and the requirement is that the fields of the subform should be global, field values should not repeat on each instance.

I have tried the script as "this.bind.match="once" on all the events of the field but still values are reflecting on other instances.

Thank you somuch in advance.

Regards,

Jay

1 Reply

Avatar

Level 10

Hi,

Global binding will not work in repeating objects for reasons you have already discovered.

I have an example here for mimicing global binding in tables, which may help: http://assure.ly/JGDGjM. See the script in the exit event of the fields:

Hope that helps,

Niall