I checked different topic until January and I haven’t found my solution, I hope you can help me.
My application contains different user who are working together sometimes. Each user access to his scheduler. During events creation, I want that an user can choose who is concerned by. Here is my lightbox :
“Utilisateurs” means “Users”
My question is : Where and how can I get back the values of the multiselect ?
Currently, each user can insert, update and delete an event and see only his events. I use three tables :
Check “share events” sample, which is included in the package, it implements similar scenario, for it, client side code loads data from two data feed
a) events which created by user
b) other events, in readonly mode
in you case you can load in second data feed events which are created by different users by have the reference to the current user. ( render_sql with joined tables )