I have a combo box which is linked to the Customer table and shows the list of customers. Multi-selection has been enabled for this combo box. After selecting, let's say 10 customers, I want to patch 10 new records to a new table with the click of a save button which I have on that screen.
Current approach: Creating collection onChange of the combo box to store all the customers and on Save button using ForAll function to loop through collection and Patch. This is taking time to patch when I select more than 20 Customers.
Is there any alternate method for this functionality? Or is there any change that can be suggested in my approach?


Report
All responses (
Answers (