Introduction
The Manager_Subordinate object allows you to get the subordinates for the relationship manager and the role based manager of an employee. It also allows you to set the subordinates for the relationship manager.
Manager_Subordinate Attributes
Attribute Name | Type | Description |
managerId | Integer | The Manager ID of the employee whose subordinates are being set/ get by the object. |
relationShipType | String | The type of relationship with the subordinates |
subordinateDetails | WS_Employee | The Employee class type variable that contain all the arguments of an employe class. It stores the details of the subordinates. |
Methods
- getSubordinatesForRelationshipBasedManager()
- getSubordinatesForRoleBasedForManager()
- setSubordinatesForRelationshipBasedManager()
Click on each of these links to know more about them: