| Add | (Guid, Integer, Text, Enum Assisted Setup Group) | | public | 17-22, gone | 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, gone | 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, gone | 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, gone | Pending 18.0 |
| Replaced by Insert in the Guided Experience codeunit. |
| AddTranslation | (Guid, Integer, Integer, Text) | | public | 17-18, gone | 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, gone | Pending 18.0 |
| Replaced by AddTranslation(GuidedExperienceType, ObjectType, ObjectID, LanguageID, TranslatedName) in the Guided Experience codeunit. |
| IsComplete | (Guid, Integer) | Boolean | public | 17-18, gone | Pending 16.0 |
| ExtensionID is not required. Please use the function with the same name without this parameter. |
| IsComplete | (Integer) | Boolean | public | 17-22, gone | Pending 18.0 |
| Replaced by IsAssistedSetupComplete(ObjectType, ObjectID) in the Guided Experience codeunit. |
| Exists | (Guid, Integer) | Boolean | public | 17-18, gone | Pending 16.0 |
| ExtensionID is not required. Please use the function with the same name without this parameter. |
| Exists | (Integer) | Boolean | public | 17-22, gone | Pending 18.0 |
| Replaced by Exists(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit. |
| ExistsAndIsNotComplete | (Guid, Integer) | Boolean | public | 17-18, gone | Pending 16.0 |
| ExtensionID is not required. Please use the function with the same name without this parameter. |
| ExistsAndIsNotComplete | (Integer) | Boolean | public | 17-22, gone | Pending 18.0 |
| Replaced by AssistedSetupExistsAndIsNotComplete(ObjectType, ObjectID) in the Guided Experience codeunit. |
| Complete | (Guid, Integer) | | public | 17-18, gone | Pending 16.0 |
| ExtensionID is not required. Please use the function with the same name without this parameter. |
| Complete | (Integer) | | public | 17-22, gone | Pending 18.0 |
| Replaced by CompleteAssistedSetup(ObjectType, ObjectID) in the Guided Experience codeunit. |
| Reset | (Integer) | | public | 17-22, gone | Pending 18.0 |
| Replaced by ResetAssistedSetup(ObjectType, ObjectID) in the Guided Experience codeunit. |
| Run | (Guid, Integer) | | public | 17-18, gone | Pending 16.0 |
| ExtensionID is not required. Please use the function with the same name without this parameter. |
| Run | (Integer) | | public | 17-22, gone | Pending 18.0 |
| Replaced by RunAssistedSetup(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit. |
| Open | () | | public | 17-22, gone | Pending 18.0 |
| Replaced by OpenAssistedSetup() in the Guided Experience codeunit. |
| Open | (Enum Assisted Setup Group) | | public | 17-22, gone | Pending 18.0 |
| Replaced by OpenAssistedSetup(AssistedSetupGroup) in the Guided Experience codeunit. |
| Remove | (Integer) | | public | 17-22, gone | Pending 18.0 |
| Replaced by Remove(GuidedExperienceType, ObjectType, ObjectID) in the Guided Experience codeunit. |