A
Art
I am working on a travel profile form and have a question on how to do a
database retreival and an update in the same form.
I have a web service that pre-populates name and email based on Active
Directory. That event happens on form load.
When email is populated, I would like that to trigger a query against a
profile database and return fields from a database. (e.g., field 1, field2,
etc)
I set a rule on the email field to query the database and then set one of
the fields (field1) to the query value but it does not work.
Eventually, the user will then be able to update those fields, if necessary,
and resubmit the record to the database with the updates.
I have the WDSL working but I cannot get the form to automatically retrieve
the data from the database (SQL in my case).
In one word - HELP!!!
database retreival and an update in the same form.
I have a web service that pre-populates name and email based on Active
Directory. That event happens on form load.
When email is populated, I would like that to trigger a query against a
profile database and return fields from a database. (e.g., field 1, field2,
etc)
I set a rule on the email field to query the database and then set one of
the fields (field1) to the query value but it does not work.
Eventually, the user will then be able to update those fields, if necessary,
and resubmit the record to the database with the updates.
I have the WDSL working but I cannot get the form to automatically retrieve
the data from the database (SQL in my case).
In one word - HELP!!!