Expand my Community achievements bar.

what is best practice to handle array of objects returned from webservice

Avatar

Level 2

Im trying to make a call to websevice which returns the List of objects

Created a DataConnection dragged the fields on to the forms which created a subforms which repeats for each data item

making a call to service

xfa.connectionset.DataConnection.execute(1);

If i dont do remerge subform does not grow to the results fetched

0 Replies