RecruitmentExternalMemberMaster
Documentation for the RecruitmentExternalMemberMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| externalMemberId | String | Unique reference to external Member. |
| memberName | String | The name or title of the recruitmentexternalmembermaster. |
| designation | String | Timestamp/Date for designation. |
| department | String | Stores the department data. |
| address | String | Stores the address data. |
| phone | String | Contact phone number. |
| mobile | String | Contact phone number. |
String | Primary email address. | |
| remarks | String | Detailed notes or remarks. |
| 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. |