Hi, I have 2 entities Employee and Project. They are associated with each other one to many so that 1 Employee is associated with multiple projects. Here the owner is Project. There is and Employee_Edit page where user can edit AD information, in the same way I want to select multiple projects for a employee on employee edit page. On Employee_Edit, I have used data view whose data source Employee database from page parameter, so that I won't able to get the Project data on that page. I want to reference selector or somethinfg like that so that User can select multiple projects from drop down. How to achieve this. PLease help me out, Its urgent Thank you
asked
Trishla T
1 answers
0
It sounds like a Combo Box widget is what you need on the Employee_Edit page. You can then use the multi-select functionality in the Combo Box to select the Projects the Employee has access to.