TrainingRecord
Association of training assigned to team members
| Data Element | Data Type | What is it | Mandatory |
|---|---|---|---|
| Id | Integer | Unique identifier | Yes |
| Module | Integer | TrainingModule ID that team member has been trained in | Yes |
| Employee | Integer | Employee ID | Yes |
| TrainingDate | Date | Date training is valid From | Yes |
| ExpiryDate | Date | Date training expires | No |
| Active | Boolean | Is training record still active | Yes |
| File | String | Attached file (i.e. certificate of training) | No |
| Comment | String | Comment | No |
| Creator | Integer | Creator of training record | Yes |
| Created | Datetime | When this training record was created | Yes |
| Modified | Datetime | When this training record was modified | Yes |
Foreign Objects which can be linked with the Resource API
EmployeeObject - Employee
ModuleObject - Training Module
Updated 3 months ago