unitDeploymentPlan
Documentation for the unitDeploymentPlan database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| unit | ObjectId | Stores the unit data. |
| unitName | String | The name or title of the unitdeploymentplan. |
| branch | ObjectId | Stores the branch data. |
| client | ObjectId | Stores the client data. |
| dutyHours | String | Stores the duty hours data. |
| deploymentDate | Date | Timestamp/Date for deploymentDate. |
| remark | String | Detailed notes or remarks. |
String | Primary email address. | |
| GomApproval | String | Stores the gom approval data. |
| wagesStructural | String | Stores the wages structural data. |
| rateApproved | String | Timestamp/Date for rateApproved. |
| clientType | String | Stores the client type data. |
| leadCloBy | String | Stores the lead clo by data. |
| leadGenBy | String | Stores the lead gen by data. |
| deploymentDays | String | Stores the deployment days data. |
| billingType | String | Stores the billing type data. |
| BDPerson | String | Stores the b d person data. |
| agencyTakeover | String | Stores the agency takeover data. |
| industryType | String | Stores the industry type data. |
| POStatus | String | Timestamp/Date for POStatus. |
| strength | Number | Stores the strength data. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | Date | Unique reference to inserted Date. |
| updatedDateId | Date | Unique reference to updated Date. |
| isDeleted | Boolean | Stores the is deleted data. |
| status | Boolean | Timestamp/Date for status. |
| deletedBy | ObjectId | Stores the deleted by data. |
| deletedTime | Date | Timestamp/Date for deletedTime. |