I have a .net assembly business data connector. One of fields is List. I have external list, based on this connector and InfoPath Item Form for this list item. I want to show this List as repeating table. But InfoPath simply ignore this field at all. Is it possible to achieve? If yes, then how?

Thank You!

share|improve this question

it is possible by using code behind hybrid solution.

http://manojssharepointblog.wordpress.com/2013/02/05/create-infopath-form-with-lookup-functionality-to-sharepoint-list/

this link should help you

share|improve this answer
    
Thank you! We are need to achieve this without code behind. – Nikolay Zainchkovskiy Jul 8 '13 at 10:51
up vote 0 down vote accepted

I found that I must have a complex property with collection as one of subproperties. In this scenario InfoPath show this property in primary datasource and I can use it in my form.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.