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?
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?
> 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
[quoted text clipped - 6 lines]
> How do I populate the repeating table (as code free as possible preferably)
> with the results of the webservice "applications for role" query?
erikp - 14 Dec 2004 22:31 GMT
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.
> 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?
[quoted text clipped - 9 lines]
> > How do I populate the repeating table (as code free as possible preferably)
> > with the results of the webservice "applications for role" query?