Codeunit 3725 Assisted Setup in 21
- App
- System Application
- Obsolete
- Pending 18.0. The functions from this codeunit have been consolidated in the Guided Experience codeunit.
Versions171819202122232425262728latest
Source-
Procedures, 14
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| Add | (Guid, Integer, Text, Enum Assisted Setup Group) | public | Pending 18.0 | ||||
| Replaced by Insert in the Guided Experience codeunit. | |||||||
| Add | (Guid, Integer, Text, Enum Assisted Setup Group, Text[250], Text[250]) | public | 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 | 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 | Pending 18.0 | ||||
| Replaced by Insert in the Guided Experience codeunit. | |||||||
| AddTranslation | (Integer, Integer, Text) | public | Pending 18.0 | ||||
| Replaced by AddTranslation(GuidedExperienceType, ObjectType, ObjectID, LanguageID, TranslatedName) in the Guided Experience codeunit. | |||||||
| IsComplete | (Integer) | Boolean | public | Pending 18.0 | |||
| Replaced by IsAssistedSetupComplete(ObjectType, ObjectID) in the Guided Experience codeunit. | |||||||
| Exists | (Integer) | Boolean | public | Pending 18.0 | |||
| Replaced by Exists(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit. | |||||||
| ExistsAndIsNotComplete | (Integer) | Boolean | public | Pending 18.0 | |||
| Replaced by AssistedSetupExistsAndIsNotComplete(ObjectType, ObjectID) in the Guided Experience codeunit. | |||||||
| Complete | (Integer) | public | Pending 18.0 | ||||
| Replaced by CompleteAssistedSetup(ObjectType, ObjectID) in the Guided Experience codeunit. | |||||||
| Reset | (Integer) | public | Pending 18.0 | ||||
| Replaced by ResetAssistedSetup(ObjectType, ObjectID) in the Guided Experience codeunit. | |||||||
| Run | (Integer) | public | Pending 18.0 | ||||
| Replaced by RunAssistedSetup(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit. | |||||||
| Open | () | public | Pending 18.0 | ||||
| Replaced by OpenAssistedSetup() in the Guided Experience codeunit. | |||||||
| Open | (Enum Assisted Setup Group) | public | Pending 18.0 | ||||
| Replaced by OpenAssistedSetup(AssistedSetupGroup) in the Guided Experience codeunit. | |||||||
| Remove | (Integer) | public | Pending 18.0 | ||||
| Replaced by Remove(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit. | |||||||
Events, 4
| Kind | Name | Parameters | Obsolete | ||||
|---|---|---|---|---|---|---|---|
| Integration event | OnRegister | () | Pending 18.0 | ||||
| Replaced by OnAssistedSetupRegister() in the Guided Experience codeunit. | |||||||
| Integration event | OnReRunOfCompletedSetup | (Guid, Integer, var Boolean) | Pending 18.0 | ||||
| Replaced by OnReRunOfCompletedAssistedSetup(ExtensionID, ObjectType, ObjectID, Handled) in the Guided Experience codeunit. | |||||||
| Integration event | OnAfterRun | (Guid, Integer) | Pending 18.0 | ||||
| Replaced by OnAfterRunAssistedSetup(ExtensionID, ObjectType, ObjectID) in the Guided Experience codeunit. | |||||||
| Integration event | OnBeforeOpenRoleBasedSetupExperience | (var Integer, var Boolean) | Pending 18.0 | ||||
| Replaced by OnBeforeOpenRoleBasedAssistedSetupExperience(ObjectType, ObjectID, Handled) in the Guided Experience codeunit. | |||||||