Introduction
The employee_Qualification object allows you to add modify and delete the academic qualifications of an employee to/ from the system and get all the qualifications of an employee, when required.
Employee_Qualification Attributes
Attribute Name | Type | Description |
qualificationId | Integer | The unique id for the qualification. |
empId | Integer | The Employee ID of the employee whose qualifications are being added by the object. |
educationType | String | The types of education |
qualificationName | String | The name of the qualification |
college | String | The name of the college from where the qualification was achieved. |
university | String | The name of the university from where the qualification was achieved. |
yearOfPassing | String | The passing year, when the qualification was attained. |
description | String | The description of the qualification |
Methods
Click on each of these links to know more about them: