An expense report case requires approval from the submitting employee's direct manager. The manager's operator ID is stored in the `.Employee.ManagerID` property on the case. Which routing configuration on the approval assignment is the most direct and appropriate way to send the task to the correct manager?
-
A
Route to a specific user, using the `.Employee.ManagerID` property.
-
B
Route to a work queue named "Managers".
-
C
Route using a decision table to look up the manager.
-
D
Route to the current user.