Expand my Community achievements bar.

Dynamic Form bound to schema...

Avatar

Former Community Member
I have a form that is bound to an XSD schema. There is also quite a bit of dynamic content. ie: users can add a new row to a table.



My problem is that since it is bound, when the user adds new rows and enters data, the data in the same column of every row changes as well... since each column has the same binding.



Is there a way in the schema to represent dynamic content? eg. more than one instance of a particular subform. Or is there another way I can tackle this issue?



Thanks in advance.
3 Replies

Avatar

Former Community Member
Hi Steve,



Did you manage to get something working along these lines ?



Regards,



Thierry

Avatar

Former Community Member
Hi Steve!



1. If your Schema has a minoccurance and maxoccurance (e.g. maxoccurance=unbound)represented in the element, the LCD should make it work by itself.



2. If you didn't fulfill point one, try to add [*] at the end of the binding. e.g. default binding = PurchaseItem[*]



good luck!



Håkon