R
rykema
I have a form retrieving data from a web service. In the form are a couple
repeating sections. In the repeating sections are ID fields that are defined
as Identity fields that automatically increment when a new record is added.
When a user adds a new item to the repeating section it asks for a value in
ID field. Without the value the form cannot be submitted. What is the best
way to automatically generate this value so the user does not have to input a
value and when the form is submitted there are no errors? Based on other
posts, I see that InfoPath will automatically handle this when connected
directly to a table, but how is this best handled with a web service?
repeating sections. In the repeating sections are ID fields that are defined
as Identity fields that automatically increment when a new record is added.
When a user adds a new item to the repeating section it asks for a value in
ID field. Without the value the form cannot be submitted. What is the best
way to automatically generate this value so the user does not have to input a
value and when the form is submitted there are no errors? Based on other
posts, I see that InfoPath will automatically handle this when connected
directly to a table, but how is this best handled with a web service?