---
title: "Table 1170 User Task"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/1170-user-task/
type: table
id: 1170
name: "User Task"
app: "Base Application"
namespace: Microsoft.Foundation.Task
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/1170-user-task/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Table 1170 User Task

Jonas Paprotka, https://jonas-paprotka.de/ref/table/1170-user-task/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Foundation.Task |
| Versions | 17-28 |
| Source file | Modules/Foundation/UserTask/UserTask.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | ID | Integer | 17-28 | - | - |
| 2 | Title | Text[250] | 17-28 | - | - |
| 3 | Created By | Guid | 17-28 | - | - |
| 4 | Created DateTime | DateTime | 17-28 | - | - |
| 5 | Assigned To | Guid | 17-28 | - | - |
| 7 | Completed By | Guid | 17-28 | - | - |
| 8 | Completed DateTime | DateTime | 17-28 | - | - |
| 9 | Due DateTime | DateTime | 17-28 | - | - |
| 10 | Percent Complete | Integer | 17-28 | - | - |
| 11 | Start DateTime | DateTime | 17-28 | - | - |
| 12 | Priority | Option | 17-28 | - | - |
| 13 | Description | Blob | 17-28 | - | - |
| 14 | Created By User Name | Code[50] | 17-28 | - | - |
| 15 | Assigned To User Name | Code[50] | 17-28 | - | - |
| 16 | Completed By User Name | Code[50] | 17-28 | - | - |
| 17 | Object Type | Option | 17-28 | - | - |
| 18 | Object ID | Integer | 17-28 | - | - |
| 19 | Parent ID | Integer | 17-28 | - | - |
| 20 | User Task Group Assigned To | Code[20] | 17-28 | - | - |
| 21 | ShouldShowPendingTasks | Boolean | 17-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | ID | 17-28 |
| Key2 | Assigned To, User Task Group Assigned To, Percent Complete, Due DateTime | 17-28 |
| Key3 | User Task Group Assigned To | 23-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CreateRecurrence | (Date, DateFormula, Integer) | - | public | 17-28 | - | - |
| SetCompleted | () | - | public | 17-28 | - | - |
| SetStyle | () | Text | public | 17-28 | - | - |
| GetDescription | () | Text | public | 17-28 | - | - |
| SetDescription | (Text) | - | public | 17-28 | - | - |
| IsCompleted | () | Boolean | public | 17-28 | - | - |
| RunReportOrPageLink | () | - | public | 19-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeRunReportOrPageLink | (var Record User Task, var Boolean) | 19-28 | - | - |
| Integration event | OnCreateRecurrenceOnBeforeInsert | (var Record User Task, Record User Task, Integer, Date, DateFormula) | 20-28 | - | - |
| Integration event | OnBeforeSetCompleted | (var Record User Task) | 22-28 | - | - |
| Integration event | OnAfterSetCompleted | (var Record User Task) | 22-28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
