Hello,
I have a requirement to build a training site. I have used similar to the Fab 40 training template. However in my case administrator wants to manage the complete tasks of training expect surveys.
When administrator registers employees for the training, he/she will add bunch of emails all together in the training registration list form people picker. My application(event handler) should automatically update every user's manager details(via user profile manager property), so every quarter, all reportees attended training details will be sent to respective manager.
Currently my event handler works great if admin adds single attendee per record. When he/she adds multiple emails via , how can I map/manage reportee <->manager relations?
When admin inserts multiple emails by clicking add new attendee registration, I can generate multiple manager emails but later filtering all employees and respective manager association is difficult. How can I manage in case of multiple users to detail with updating manager emails and preparing report to filter only reporties attendes for manager?
Thanks much in advance for any assistance.