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

# Codeunit 3725 Assisted Setup

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

| | |
| --- | --- |
| App | System Application |
| Versions | 17-22 |
| Obsolete | Pending 18.0, seen from 18. The functions from this codeunit have been consolidated in the Guided Experience codeunit. |
| Source file | Guided Experience/src/Assisted Setup/AssistedSetup.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| Add | (Guid, Integer, Text, Enum Assisted Setup Group) | - | public | 17-22 | Pending 18.0 | Replaced by Insert in the Guided Experience codeunit. |
| Add | (Guid, Integer, Text, Enum Assisted Setup Group, Text[250], Text[250]) | - | public | 17-22 | Pending 18.0 | Replaced by Insert in the Guided Experience codeunit. |
| Add | (Guid, Integer, Text, Enum Assisted Setup Group, Text[250], Enum Video Category, Text[250]) | - | public | 17-22 | Pending 18.0 | Replaced by Insert in the Guided Experience codeunit. |
| Add | (Guid, Integer, Text, Enum Assisted Setup Group, Text[250], Enum Video Category, Text[250], Text[1024]) | - | public | 17-22 | Pending 18.0 | Replaced by Insert in the Guided Experience codeunit. |
| AddTranslation | (Guid, Integer, Integer, Text) | - | public | 17-18 | Pending 16.0 | ExtensionID is not required. Please use the function with the same name without this parameter. |
| AddTranslation | (Integer, Integer, Text) | - | public | 17-22 | Pending 18.0 | Replaced by AddTranslation(GuidedExperienceType, ObjectType, ObjectID, LanguageID, TranslatedName) in the Guided Experience codeunit. |
| IsComplete | (Guid, Integer) | Boolean | public | 17-18 | Pending 16.0 | ExtensionID is not required. Please use the function with the same name without this parameter. |
| IsComplete | (Integer) | Boolean | public | 17-22 | Pending 18.0 | Replaced by IsAssistedSetupComplete(ObjectType, ObjectID) in the Guided Experience codeunit. |
| Exists | (Guid, Integer) | Boolean | public | 17-18 | Pending 16.0 | ExtensionID is not required. Please use the function with the same name without this parameter. |
| Exists | (Integer) | Boolean | public | 17-22 | Pending 18.0 | Replaced by Exists(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit. |
| ExistsAndIsNotComplete | (Guid, Integer) | Boolean | public | 17-18 | Pending 16.0 | ExtensionID is not required. Please use the function with the same name without this parameter. |
| ExistsAndIsNotComplete | (Integer) | Boolean | public | 17-22 | Pending 18.0 | Replaced by AssistedSetupExistsAndIsNotComplete(ObjectType, ObjectID) in the Guided Experience codeunit. |
| Complete | (Guid, Integer) | - | public | 17-18 | Pending 16.0 | ExtensionID is not required. Please use the function with the same name without this parameter. |
| Complete | (Integer) | - | public | 17-22 | Pending 18.0 | Replaced by CompleteAssistedSetup(ObjectType, ObjectID) in the Guided Experience codeunit. |
| Reset | (Integer) | - | public | 17-22 | Pending 18.0 | Replaced by ResetAssistedSetup(ObjectType, ObjectID) in the Guided Experience codeunit. |
| Run | (Guid, Integer) | - | public | 17-18 | Pending 16.0 | ExtensionID is not required. Please use the function with the same name without this parameter. |
| Run | (Integer) | - | public | 17-22 | Pending 18.0 | Replaced by RunAssistedSetup(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit. |
| Open | () | - | public | 17-22 | Pending 18.0 | Replaced by OpenAssistedSetup() in the Guided Experience codeunit. |
| Open | (Enum Assisted Setup Group) | - | public | 17-22 | Pending 18.0 | Replaced by OpenAssistedSetup(AssistedSetupGroup) in the Guided Experience codeunit. |
| Remove | (Integer) | - | public | 17-22 | Pending 18.0 | Replaced by Remove(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit. |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnRegister | () | 17-22 | Pending 18.0 | Replaced by OnAssistedSetupRegister() in the Guided Experience codeunit. |
| Integration event | OnReRunOfCompletedSetup | (Guid, Integer, var Boolean) | 17-22 | Pending 18.0 | Replaced by OnReRunOfCompletedAssistedSetup(ExtensionID, ObjectType, ObjectID, Handled) in the Guided Experience codeunit. |
| Integration event | OnAfterRun | (Guid, Integer) | 17-22 | Pending 18.0 | Replaced by OnAfterRunAssistedSetup(ExtensionID, ObjectType, ObjectID) in the Guided Experience codeunit. |
| Integration event | OnBeforeOpenRoleBasedSetupExperience | (var Integer, var Boolean) | 17-22 | Pending 18.0 | Replaced by OnBeforeOpenRoleBasedAssistedSetupExperience(ObjectType, ObjectID, Handled) in the Guided Experience codeunit. |

## 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.
