CustomAppData
If a Deputy install has some data stored for custom application use, it will be available in this resource
| Data Element | Data Type | What is it | Mandatory |
|---|---|---|---|
| documentId | String | A description of what category the custom app data belongs to | Yes |
| data | blob | The data which is being stored | Yes |
| keyInt | Integer | The record id for the entity which is related to this data | No |
| keyString | String | The type of object related to this data for example timesheet | No |
| label | String | A readable label for the data | No |
| operationalUnit | Integer | The record id of the area the data is associated with | No |
| employee | Integer | The record id of the employee the data is associated with | No |
| permission | String | Stores the permission levels required to access the custom data | No |
| deleted | Boolean True/False | Whether the data has been deleted | No |
| creator | Integer | The id of the record for the user who created the data | No |
| created | Date/Time | When the data record was first created | No |
| modified | Date/Time | The last time the data record was modified | No |
Foreign Objects which can be linked with the Resource API
Updated about 3 years ago