Get employee department
Returns the department of an employee. Used for routing tasks by division.
Returns the department of an employee. Used for routing tasks by division.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Employee ID | int | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| Department ID | int |
| Department name | string |
| All employee departments (IDs) | int |
| Found (Y/N) | string |