Hi,
I have been trying to use a Browse and Collect component. When you use this kind of component you need to define the event handlers for the buttons used to exchange data from one list to another.
At this moment, I can load the data that I need in the left list using a DataList that takes filtered data by a query from a BO. However, I can't transfer data between the lists, I tried to define the event handlers but these don't work!
I have the following:

So, I need to transfer the highlighted row in "Available Material" into "Assigned Material" and viceversa. The data transfered in "Assigned Material" will be stored in a node that i have.
I hope you can understand me and help me 😊
Thanks in advance