You have a page that shows employees, the department they work in, and their manager. When
you assign an employee to a manager, you want to make sure the only managers you show are
people who work in the same department as the employee. You can accomplish this task with a
dependent list of values. In order to accomplish this task you need to create a view criteria on the
employees view. Which attribute from the employees view should you use in view criteria?
A.
EmployeeId
B.
DepartmentId
C.
DepartmentName
D.
ManagerId
Explanation:
B.
DepartmentId