Hi,
I have created multiselect control as a new utility for my form,In the left side of the form I have set of Rental ID's and in the right side I have a my multi select control utility .
My requirement is I have to select multiple records from my multiselect utility for a RentalID and these selected records has to inserted in the right side of the form.
I achieved partially this.
How:
I moved all the selected records from the look up in to container and from then using for loop I inserted the selected records in to the target table and these inserted records will be shown in the form on right side.
But when I select another agreement ID from left side ,the old selected records in multiselect look up still cheked.
How can we make it possible for the an Agreement I'd the multi select lookup can get refreshed for every selection on left side so that the user has the choice to select records of his own from the lookup.