Populating Repeating Tables

E

ErikP

I have the following scenario. A person filling out a form chooses a "Role
Name" from the taskbar and it populates the "Role Name" field of the form in
the main datasource. I also bring back a RoleID ll from the taskpane into a
custom function which requiries a webservice to retrieve applications
associated with that role.

My question:

How do I populate the repeating table (as code free as possible preferably)
with the results of the webservice "applications for role" query?
 
M

Michelle

Bind the repeating table to the data from the secondary data source for the
webservice -- or do you need to copy the data to the Main DOM?
 
E

erikp

Sorry I did not specify this earlier... Yes..I need to copy to the main DOM.
I have seen multiple ways to do this in script (it must be Javascript if in
code), but I want to know the most efficient way (i.e., using the object
model of infopath or whatever) to do this. We are passing this on to clients
with minimal scripting knowledge, so if there's an "easy way" to do it, it
would be preferred.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top