---
title: "Codeunit 1813 Assisted Setup Impl."
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/1813-assisted-setup-impl/
type: codeunit
id: 1813
name: "Assisted Setup Impl."
app: "System Application"
versions: "17"
build: 17.5.22499.32099
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 1813 Assisted Setup Impl.

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/1813-assisted-setup-impl/

| | |
| --- | --- |
| App | System Application |
| Versions | 17 |
| Source file | Assisted Setup/src/AssistedSetupImpl.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| Add | (Guid, Integer, Text, Enum Assisted Setup Group, Text[250], Enum Video Category, Text[250]) | - | public | 17 | - | - |
| Add | (Guid, Integer, Text, Enum Assisted Setup Group, Text[250], Enum Video Category, Text[250], Text[1024]) | - | public | 17 | - | - |
| AddSetupAssistantTranslation | (Integer, Integer, Text) | - | public | 17 | - | - |
| IsComplete | (Integer) | Boolean | public | 17 | - | - |
| Exists | (Integer) | Boolean | public | 17 | - | - |
| Complete | (Integer) | - | public | 17 | - | - |
| ExistsAndIsNotComplete | (Integer) | Boolean | public | 17 | - | - |
| Reset | (Integer) | - | public | 17 | - | - |
| Run | (Integer) | - | public | 17 | - | - |
| Run | (var Record Assisted Setup) | - | public | 17 | - | - |
| RunAndRefreshRecord | (var Record Assisted Setup) | - | public | 17 | - | - |
| NavigateHelpPage | (Record Assisted Setup) | - | public | 17 | - | - |
| RefreshBuffer | (var Record Assisted Setup) | - | public | 17 | - | - |
| IsSetupRecord | (Record Assisted Setup) | Boolean | public | 17 | - | - |
| GetTranslatedName | (Integer) | Text | public | 17 | - | - |
| Open | () | - | public | 17 | - | - |
| Open | (Enum Assisted Setup Group) | - | public | 17 | - | - |
| Remove | (Integer) | - | public | 17 | - | - |

## Source

Symbols: Microsoft.SystemApplication.symbols.63ca2fa4-4f03-4f2b-a480-172fef340d3f, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.

Jonas Paprotka, 2026-09-20.
