Objects/Tables/Table 1170 User Task
Table 1170 User Task in 21
Jonas Paprotka, Base Application 21.5.53619.63803, checked
- App
- Base Application
Fields, 20Keys, 2Procedures, 7Events, 2
Versions171819202122232425262728latest
Source29
Fields, 20
| Id | Name | Type | Obsolete |
|---|
| 1 | ID | Integer | - |
| 2 | Title | Text[250] | - |
| 3 | Created By | Guid | - |
| 4 | Created DateTime | DateTime | - |
| 5 | Assigned To | Guid | - |
| 7 | Completed By | Guid | - |
| 8 | Completed DateTime | DateTime | - |
| 9 | Due DateTime | DateTime | - |
| 10 | Percent Complete | Integer | - |
| 11 | Start DateTime | DateTime | - |
| 12 | Priority | Option | - |
| 13 | Description | Blob | - |
| 14 | Created By User Name | Code[50] | - |
| 15 | Assigned To User Name | Code[50] | - |
| 16 | Completed By User Name | Code[50] | - |
| 17 | Object Type | Option | - |
| 18 | Object ID | Integer | - |
| 19 | Parent ID | Integer | - |
| 20 | User Task Group Assigned To | Code[20] | - |
| 21 | ShouldShowPendingTasks | Boolean | - |
Keys, 2
| Name | Fields | Obsolete |
|---|
| Key1, clustered | ID | - |
| Key2 | Assigned To, User Task Group Assigned To, Percent Complete, Due DateTime | - |
Procedures, 7
| Name | Parameters | Returns | Access | Obsolete |
|---|
| CreateRecurrence | (Date, DateFormula, Integer) | | public | - |
| SetCompleted | () | | public | - |
| SetStyle | () | Text | public | - |
| GetDescription | () | Text | public | - |
| SetDescription | (Text) | | public | - |
| IsCompleted | () | Boolean | public | - |
| RunReportOrPageLink | () | | public | - |
Events, 2
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnBeforeRunReportOrPageLink | (var Record User Task, var Boolean) | - |
| Integration event | OnCreateRecurrenceOnBeforeInsert | (var Record User Task, Record User Task, Integer, Date, DateFormula) | - |