Hi, I would like to create a page where a manager can review employee performance, including some reports and tables of data linked to that user - exactly what you would see if you created a page with objects connected to the logged in user. But I would like the manager to select a user, and then the page should display that user's data. Is this possible in any way?
Thanks Abdelghani, It did help! What I was also wondering was whether it is possible to manipulate the filter rules for tables and reports using Javascript.
Just make a connection between Manager and Employee.Make another connection from any object of your choice (one to many connection) to employee.
-
Create a table view for manager to see the list of related employee.
- It will Prompted you to choose which object View you want to show for related object to employee.
I hope this help.