Hi,
I'm attempting to create a Data Connection that allows the user to select from approximately 2000 attributes. Presently, my web service operation request takes in an ID value and returns an object encapsulating these 2000 attributes.
If for example I have a "firstName" attribute is it possible to have 2 instances of this field on my form but associated with different request IDs?
If so, how do I go about this?
Thanks.