RecruitmentFillingScoringSheet
Documentation for the RecruitmentFillingScoringSheet database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| recruitmentCandidateId | ObjectId | Unique reference to recruitment Candidate. |
| screeningCommitteeId | ObjectId | Unique reference to screening Committee. |
| committeeId | ObjectId | Unique reference to committee. |
| bachelorQualification | Number | Timestamp/Date for bachelorQualification. |
| masterQualification | Number | Timestamp/Date for masterQualification. |
| phdQualification | Number | Timestamp/Date for phdQualification. |
| netQualification | Number | Timestamp/Date for netQualification. |
| otherQualification | Number | Timestamp/Date for otherQualification. |
| totalExperience | Number | Stores the total experience data. |
| totalInterviewScore | Number | Stores the total interview score data. |
| freezingStatus | Number | Timestamp/Date for freezingStatus. |
| finalSelectionStatus | Number | Timestamp/Date for finalSelectionStatus. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | ObjectId | Unique reference to inserted Date. |
| updatedDateId | ObjectId | Unique reference to updated Date. |