Hi,
I need to use something like a list of SDT objects. The scenario is as following:
1. From a form i need to insert a group of registers to a database table. The data need to be register in a control similar as grid. Here is where the SDT list should be used, to contain the data from the form and to be used in a later DQL write activity.
2. Then, in a following activity i need to get SOME registers from the table (via DQL Read) and show them in another form in another grid control
Consider that the forms were build using forms builder.
Thanks for you help in advance