EmployeeAppraisal
Data Element | Data Type | What is it | Mandatory |
---|---|---|---|
Id | Integer | The unique id of the record | No |
Employee | Integer | The unique id of the employee record linked to this record | Yes |
DayTimeStamp | Integer | The date and time in unix time for this appraisal record | Yes |
Date | Date | The date of this appraisal record | Yes |
Mark01 | Float | Is this a one star appraisal | No |
Mark02 | Float | Is this a two star appraisal | No |
Mark03 | Float | Is this a three star appraisal | No |
Mark04 | Float | Is this a four star appraisal | No |
Mark05 | Float | Is this a five star appraisal | No |
Creator | Integer | The unique id of the user who created the record | No |
Created | DateTime | When the record was first created | No |
Modified | DateTime | When the record was last updated | No |
Foreign Objects which can be linked with the Resource API
Updated about 2 years ago