EmployeeDisciplinaryActionDetails
Documentation for the EmployeeDisciplinaryActionDetails database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| disciplinaryActionId | String | Unique reference to disciplinary Action. |
| date | Date | Timestamp/Date for date. |
| employeeId | ObjectId | Unique reference to employee. |
| disciplinaryAction | String | Stores the disciplinary action data. |
| fileName | String | The name or title of the employeedisciplinaryactiondetails. |
| contentType | String | Stores the content type data. |
| attachment | Buffer | Timestamp/Date for attachment. |
| remarks | 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. |