Auto-populate repeating table

P

Paulie

Is there any way to populate a repeating table from a data source? For
example, if a user enters a customer id, the form would populate a repeating
table with all of that customer's previous orders (from a sql database)?
 
S

Shiva

Hello,
Yes we can populate repeating table with all of the customer's data in
InfoPath. For this we have to get repeating xml data from SQL. We have to
pass the parameter as a customer Id for that store procedure and it will
returns the xml (which contains all of that customer's previous orders
details). After getting these details we have to show in InfoPath directly.
 
Top