ScreeningCommittee
Documentation for the ScreeningCommittee database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| screeningCommitteeId | String | Unique reference to screening Committee. |
| jobId | ObjectId | Unique reference to job. |
| committeeRemarks | String | Detailed notes or remarks. |
| isDeleted | Boolean | Stores the is deleted data. |
| 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. |